gtkhtml r8942 - trunk/components/html-editor



Author: leonardof
Date: Sun Aug 31 20:45:13 2008
New Revision: 8942
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8942&view=rev

Log:
2008-08-31  Leonardo Ferreira Fontenelle  <leonardof gnome org>

	* popup.c: (prepare_properties_and_menu): Added comment for
	translators. Closes bug #549239.


Modified:
   trunk/components/html-editor/ChangeLog
   trunk/components/html-editor/popup.c

Modified: trunk/components/html-editor/popup.c
==============================================================================
--- trunk/components/html-editor/popup.c	(original)
+++ trunk/components/html-editor/popup.c	Sun Aug 31 20:45:13 2008
@@ -565,6 +565,7 @@
 
 			for (i = 0; i < cd->languages->_length; i ++) {
 				if (strstr (html_engine_get_language (cd->html->engine), cd->languages->_buffer [i].abbreviation)) {
+					/* Translators: %s is the language name. */
 					lang = g_strdup_printf (_("%s Dictionary"), cd->languages->_buffer [i].name);
 					ADD_ITEM (lang, spell_add, NONE);
 					g_object_set_data (G_OBJECT (menuitem), "abbrev", cd->languages->_buffer [i].abbreviation);



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