From 11334fdf6cfa72ff78abb4434a8dcdee99c119a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 May 2013 12:36:25 +0400 Subject: make appearance of some preference panes more similar --- plugins/import_export/init.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/import_export/init.php') diff --git a/plugins/import_export/init.php b/plugins/import_export/init.php index 15c7dea9b..d4bdec826 100644 --- a/plugins/import_export/init.php +++ b/plugins/import_export/init.php @@ -57,9 +57,9 @@ class Import_Export extends Plugin implements IHandler { print "
"; - print "

" . __("Article archive") . "

"; + print_notice(__("You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances of same version.")); - print "

" . __("You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances.") . "

"; + print "

"; print " "; @@ -82,6 +82,8 @@ class Import_Export extends Plugin implements IHandler { print ""; + print "

"; + print "
"; # pane } -- cgit v1.2.3-54-g00ecf