Skip to content

Commit cf397f4

Browse files
committed
Always ask for the QIF currency (#504007).
Patch by Ian Lewis BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16826 57a11ea4-9604-0410-9ed3-97b8803252fd
1 parent 9e2a464 commit cf397f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/import-export/qif-import/qif.glade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ In the following page, you will see the text that appears in the Payee and Memo
918918
<property name="visible">True</property>
919919
<property name="title" translatable="yes">Match payees/memos to GnuCash accounts</property>
920920
<property name="title_foreground">#f5f5f5f5f5f5</property>
921-
<signal name="next" handler="gnc_ui_qif_import_memo_next_cb"/>
921+
<signal name="next" handler="gnc_ui_qif_import_generic_next_cb"/>
922922
<signal name="back" handler="gnc_ui_qif_import_generic_back_cb"/>
923923
<signal name="prepare" handler="gnc_ui_qif_import_memo_prepare_cb"/>
924924

@@ -965,7 +965,7 @@ In the following page, you will see the text that appears in the Payee and Memo
965965
<child>
966966
<widget class="GnomeDruidPageStandard" id="currency_page">
967967
<property name="visible">True</property>
968-
<property name="title" translatable="yes">Enter the currency used for new accounts</property>
968+
<property name="title" translatable="yes">Enter the QIF file currency</property>
969969
<property name="title_foreground">#f5f5f5f5f5f5</property>
970970
<signal name="next" handler="gnc_ui_qif_import_currency_next_cb"/>
971971
<signal name="back" handler="gnc_ui_qif_import_generic_back_cb"/>

0 commit comments

Comments
 (0)