gedit r6806 - in trunk: . plugins/spell



Author: icq
Date: Sun Jan  4 21:24:04 2009
New Revision: 6806
URL: http://svn.gnome.org/viewvc/gedit?rev=6806&view=rev

Log:
2009-01-04  Ignacio Casal Quinteiro  <nacho resa gmail com>

        * plugins/spell/gedit-spell-checker-language.c:
        Remove obsolete comments for translators. (Fixes bug #566552)
        Patch by Leonardo Ferreira Fontenelle.



Modified:
   trunk/ChangeLog
   trunk/plugins/spell/gedit-spell-checker-language.c

Modified: trunk/plugins/spell/gedit-spell-checker-language.c
==============================================================================
--- trunk/plugins/spell/gedit-spell-checker-language.c	(original)
+++ trunk/plugins/spell/gedit-spell-checker-language.c	Sun Jan  4 21:24:04 2009
@@ -278,8 +278,8 @@
 		
 		if (localename != NULL)
 		{
-			/* Translators: the first %s is the language name, and the
-			 * second %s is the locale name. Example:
+			/* Translators: the first %s is the language name, and
+			 * the second %s is the locale name. Example:
 			 * "French (France)"
 			 */
 			name = g_strdup_printf (C_("language", "%s (%s)"),
@@ -400,9 +400,7 @@
 gedit_spell_checker_language_to_string (const GeditSpellCheckerLanguage *lang)
 {
 	if (lang == NULL)
-		/* Translators: The text before the "|" is context to help you decide on
-		 * the correct translation. You MUST OMIT it in the translated string.
-		 * Translators: this refers the Default language used by the
+		/* Translators: this refers the Default language used by the
 		 * spell checker
 		 */
 		return C_("language", "Default");



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