[nautilus-actions] Review the description of the export formats



commit 32c551a21eb49be2b8b7c8747b3d8c70bfe9b639
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Dec 12 07:41:44 2011 +0100

    Review the description of the export formats
    
    In XML and Desktop I/O providers, review the descriptions so that:
    - a sentence no more artifically breaks, but let the GtkLabel be wrapped,
    - let the .desktop format be described as the new preferred export format.

 ChangeLog                     |    3 +++
 src/io-desktop/nadp-formats.c |    7 ++++++-
 src/io-xml/naxml-formats.c    |   19 +++++++++----------
 3 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7734324..5318f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-12-12 Pierre Wieser <pwieser trychlos org>
 
+	* src/io-desktop/nadp-formats.c:
+	* src/io-xml/naxml-formats.c: Review the description of the export formats.
+
 	* configure.ac:
 	* src/core/na-gtk-utils.c:
 	* src/core/na-importer-ask.ui:
diff --git a/src/io-desktop/nadp-formats.c b/src/io-desktop/nadp-formats.c
index 628c990..cc0cb60 100644
--- a/src/io-desktop/nadp-formats.c
+++ b/src/io-desktop/nadp-formats.c
@@ -45,7 +45,12 @@ NAIExporterFormat nadp_formats[] = {
 	 */
 	{ NADP_FORMAT_DESKTOP_V1,
 			N_( "Export as a ._desktop file" ),
-			N_( "This format let you easily share your actions with others, including other desktop environments.\n" \
+			N_( "This format has been introduced with v 3.0 serie, " \
+				"and should be your newly preferred format when exporting items.\n" \
+				"It let you easily share your actions with the whole world, " \
+				"including with users of other desktop environments, " \
+				"as long as their own application implements the DES-EMA specification " \
+				"which describes this format.\n" \
 				"The exported .desktop file may later be imported via :\n" \
 				"- Import assistant of the Nautilus-Actions Configuration Tool,\n" \
 				"- drag-n-drop into the Nautilus-Actions Configuration Tool,\n" \
diff --git a/src/io-xml/naxml-formats.c b/src/io-xml/naxml-formats.c
index 025be37..0fb7bbe 100644
--- a/src/io-xml/naxml-formats.c
+++ b/src/io-xml/naxml-formats.c
@@ -58,9 +58,9 @@ NAIExporterFormat naxml_formats[] = {
 	{ NAXML_FORMAT_GCONF_SCHEMA_V2,
 			N_( "Export as a _light GConf schema (v2) file" ),
 			N_( "This format has been introduced in v 1.11 serie.\n" \
-				"This is the lightest schema still compatible with GConf command-line tools,\n" \
-				"while keeping backward compatibility with older Nautilus-Actions Configuration " \
-				"Tool versions.\n"
+				"This is the lightest schema still compatible with GConf command-line tools, " \
+				"while keeping backward compatibility with the Nautilus-Actions Configuration " \
+				"Tool oldest versions.\n"
 				"The exported schema file may later be imported via :\n" \
 				"- Import assistant of the Nautilus-Actions Configuration Tool,\n" \
 				"- drag-n-drop into the Nautilus-Actions Configuration Tool,\n" \
@@ -71,14 +71,13 @@ NAIExporterFormat naxml_formats[] = {
 	 */
 	{ NAXML_FORMAT_GCONF_ENTRY,
 			N_( "Export as a GConf _dump file" ),
-			N_( "This format has been introduced in v 1.11 serie, " \
-				"and should be the preferred format for newly exported items.\n" \
-				"It is not backward compatible with previous Nautilus-Actions " \
-				"Configuration Tool versions,\n" \
-				"though it may still be imported via standard GConf command-line tools.\n" \
+			N_( "This format has been introduced in v 1.11 serie.\n" \
+				"Tough not backward compatible with Nautilus-Actions " \
+				"Configuration Tool versions previous to 1.11, " \
+				"it may still be imported via standard GConf command-line tools.\n" \
 				"The exported dump file may later be imported via :\n" \
-				"- Import assistant of a compatible Nautilus-Actions Configuration Tool,\n" \
-				"- drag-n-drop into the Nautilus-Actions Configuration Tool,\n" \
+				"- Import assistant of the Nautilus-Actions Configuration Tool (1.11 and above),\n" \
+				"- drag-n-drop into the Nautilus-Actions Configuration Tool (1.11 and above),\n" \
 				"- or via the gconftool-2 --load command-line tool." ) },
 
 	{ NULL }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]