Remove translatable flag from a temp label.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13819 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-04-21 15:25:36 +00:00
parent 5f9d5ef0c1
commit 8f61cbcac4
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
2006-04-21 David Hampton <hampton@employees.org>
* src/gnome/glade/reconcile.glade: Remove translatable flag from a
label. Remove unused "Reconcile" dialog. This was an old abandoned
attempt to replace the hardcoded C reconcile dialog with one from
a glade file.
* src/gnome/glade/account.glade: Add a tooltip for the "hidden"
option in the Edit Account dialog.

View File

@ -117,7 +117,7 @@
<child>
<widget class="GtkLabel" id="start_value">
<property name="visible">True</property>
<property name="label" translatable="yes">$15.00</property>
<property name="label">$15.00</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>