Fix i18n string to avoid duplicate messages

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16229 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2007-06-30 11:38:36 +00:00
parent ea0d0c6274
commit 52ae7a2d7b

View File

@ -2222,7 +2222,7 @@
<child> <child>
<widget class="GtkSpinButton" id="gconf/general/autosave_interval_minutes"> <widget class="GtkSpinButton" id="gconf/general/autosave_interval_minutes">
<property name="visible">True</property> <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="can_focus">True</property>
<property name="climb_rate">1</property> <property name="climb_rate">1</property>
<property name="digits">0</property> <property name="digits">0</property>