conduit r1569 - in trunk: . conduit/gtkui



Author: jstowers
Date: Thu Jul 17 03:49:42 2008
New Revision: 1569
URL: http://svn.gnome.org/viewvc/conduit?rev=1569&view=rev

Log:
	* conduit/gtkui/UI.py: Mark for translation.
	Fixes #542551 (Claude Paroz)


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/gtkui/UI.py

Modified: trunk/conduit/gtkui/UI.py
==============================================================================
--- trunk/conduit/gtkui/UI.py	(original)
+++ trunk/conduit/gtkui/UI.py	Thu Jul 17 03:49:42 2008
@@ -284,7 +284,7 @@
             clear.connect("clicked", on_clear_button_clicked, treeview, store)
             vbox.pack_start(clear, False, False)
 
-            notebook.append_page(vbox,gtk.Label('Mapping DB'))
+            notebook.append_page(vbox,gtk.Label(_('Relationship Database')))
         
         converterTreeView = tree.get_widget("dataConversionsTreeView")
         converterTreeView.set_model(converterListStore)



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