dasher r3618 - in trunk: . Src



Author: aklapper
Date: Fri Feb 27 15:26:32 2009
New Revision: 3618
URL: http://svn.gnome.org/viewvc/dasher?rev=3618&view=rev

Log:
2009-02-27  Andre Klapper  <a9016009 gmx de>

	* Add translator comment.
	Fixes GNOME bug #551137.



Modified:
   trunk/ChangeLog
   trunk/Src/main.cc

Modified: trunk/Src/main.cc
==============================================================================
--- trunk/Src/main.cc	(original)
+++ trunk/Src/main.cc	Fri Feb 27 15:26:32 2009
@@ -184,7 +184,7 @@
     //   {"preferences", 'p', 0, G_OPTION_ARG_NONE, &preferences, "Show preferences window only", NULL},
     //   {"textentry", 'o', 0, G_OPTION_ARG_NONE, &textentry, "Onscreen text entry mode", NULL},
     //   {"pipe", 's', 0, G_OPTION_ARG_NONE, &stdoutpipe, "Pipe text to stdout", NULL},
-    // Note to translators: This is the help string for "--appstyle"
+    /* Note to translators: This is the help string for "--appstyle". The four options in brackets MUST either NOT be translated or at least it MUST be clear that they must be used in english. Otherwise a user running a non-english system will receive an error message when using the translated one instead of the english one and has no chance to find out the correct option. */
     {"appstyle", 'a', 0, G_OPTION_ARG_STRING, &(sCommandLine.szAppStyle), N_("Application style (traditional, direct, compose or fullscreen)"), "traditional"},
     // Note to translators: This is the help string for "--options"
     {"options", 'o', 0, G_OPTION_ARG_STRING, &(sCommandLine.szOptions), N_("Override stored options"), NULL},



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