[Gnucash-changes] r13813 - gnucash/trunk/src/gnome-utils/glade - Remove translatable property of some forgotten placeholder strings in glade file.

Andreas Köhler andi5 at cvs.gnucash.org
Thu Apr 20 16:34:50 EDT 2006


Author: andi5
Date: 2006-04-20 16:34:50 -0400 (Thu, 20 Apr 2006)
New Revision: 13813
Trac: http://svn.gnucash.org/trac/changeset/13813

Modified:
   gnucash/trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade
Log:
Remove translatable property of some forgotten placeholder strings in glade file.


Modified: gnucash/trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade	2006-04-20 20:21:54 UTC (rev 13812)
+++ gnucash/trunk/src/gnome-utils/glade/druid-gnc-xml-import.glade	2006-04-20 20:34:50 UTC (rev 13813)
@@ -49,7 +49,7 @@
 	    <widget class="GnomeDruidPageEdge" id="start_page">
 	      <property name="visible">True</property>
 	      <property name="position">GNOME_EDGE_START</property>
-	      <property name="title" translatable="yes">Title placeholder</property>
+	      <property name="title">Title placeholder</property>
 	      <property name="text">Introduction placeholder</property>
 	    </widget>
 	  </child>
@@ -90,7 +90,7 @@
 		  <child>
 		    <widget class="GtkLabel" id="encodings_doc_label">
 		      <property name="visible">True</property>
-		      <property name="label" translatable="yes">placeholder</property>
+		      <property name="label">placeholder</property>
 		      <property name="use_underline">False</property>
 		      <property name="use_markup">False</property>
 		      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -680,7 +680,7 @@
 	      <property name="visible">True</property>
 	      <property name="position">GNOME_EDGE_FINISH</property>
 	      <property name="title" translatable="yes">Finish GnuCash XML Import</property>
-	      <property name="text">FIXME: explain what we do or what we have done (+translatable)</property>
+	      <property name="text">finish placeholder</property>
 	      <signal name="finish" handler="gxi_end_finish_cb" last_modification_time="Thu, 30 Mar 2006 05:00:17 GMT"/>
 	    </widget>
 	  </child>



More information about the gnucash-changes mailing list