Fix missing keyboard shortcut in string.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16335 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2007-07-20 20:52:02 +00:00
parent a1b8759f2f
commit d840db4e35
+1 -1
View File
@@ -119,7 +119,7 @@ Press "Cancel" if you do not wish to setup any Online Banking connecti
<widget class="GtkButton" id="aqhbci_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Start AqBanking Wizard</property>
<property name="label" translatable="yes">_Start AqBanking Wizard</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>