mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5f9d5ef0c1
commit
8f61cbcac4
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user