gtranslator r3792 - in trunk: . src/dialogs



Author: psanxiao
Date: Tue Sep 23 20:20:05 2008
New Revision: 3792
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3792&view=rev

Log:
	* src/dialogs/preferences-dialog.c:
	(setup_profile_pages):
	Names of the columns in the tree view marked now 
	for translating. (bug #553460)


Modified:
   trunk/ChangeLog
   trunk/src/dialogs/preferences-dialog.c

Modified: trunk/src/dialogs/preferences-dialog.c
==============================================================================
--- trunk/src/dialogs/preferences-dialog.c	(original)
+++ trunk/src/dialogs/preferences-dialog.c	Tue Sep 23 20:20:05 2008
@@ -509,13 +509,13 @@
 		GTK_CELL_RENDERER_MODE_ACTIVATABLE,
 		NULL);
 
-  name_column = gtk_tree_view_column_new_with_attributes ("Profile",
+  name_column = gtk_tree_view_column_new_with_attributes (_("Profile"),
 						     text_renderer,
 						     "text",
 						     PROFILE_NAME_COL,
 						     NULL);
   
-  toggle_column = gtk_tree_view_column_new_with_attributes ("Active",
+  toggle_column = gtk_tree_view_column_new_with_attributes (_("Active"),
 							    toggle_renderer,
 							    "active",
 							    TOGGLE_COL,



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