r16229 - gnucash/trunk/src/gnome-utils/glade - Fix i18n string to avoid duplicate messages

Christian Stimming cstim at cvs.gnucash.org
Sat Jun 30 07:38:39 EDT 2007


Author: cstim
Date: 2007-06-30 07:38:36 -0400 (Sat, 30 Jun 2007)
New Revision: 16229
Trac: http://svn.gnucash.org/trac/changeset/16229

Modified:
   gnucash/trunk/src/gnome-utils/glade/preferences.glade
Log:
Fix i18n string to avoid duplicate messages


Modified: gnucash/trunk/src/gnome-utils/glade/preferences.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/preferences.glade	2007-06-30 11:38:33 UTC (rev 16228)
+++ gnucash/trunk/src/gnome-utils/glade/preferences.glade	2007-06-30 11:38:36 UTC (rev 16229)
@@ -2222,7 +2222,7 @@
 		  <child>
 		    <widget class="GtkSpinButton" id="gconf/general/autosave_interval_minutes">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">The number of minutes until saving of the data file to harddisk will be started automatically.  If zero, no saving will be started automatically.</property>
+		      <property name="tooltip" translatable="yes">The number of minutes until saving of the data file to harddisk will be started automatically. If zero, no saving will be started automatically.</property>
 		      <property name="can_focus">True</property>
 		      <property name="climb_rate">1</property>
 		      <property name="digits">0</property>



More information about the gnucash-changes mailing list