gnucash maint: [Bug 798705] New: UI string mismatch: OK vs. Next
John Ralls
jralls at code.gnucash.org
Tue Jan 3 17:56:05 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/797098c6 (commit)
from https://github.com/Gnucash/gnucash/commit/a66dec3d (commit)
commit 797098c6e5f6ef85c51d53c8a019a711aa7ef870
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Jan 3 14:53:18 2023 -0800
[Bug 798705] New: UI string mismatch: OK vs. Next
diff --git a/gnucash/gtkbuilder/assistant-csv-price-import.glade b/gnucash/gtkbuilder/assistant-csv-price-import.glade
index 7f5a94f96..02af1b459 100644
--- a/gnucash/gtkbuilder/assistant-csv-price-import.glade
+++ b/gnucash/gtkbuilder/assistant-csv-price-import.glade
@@ -85,7 +85,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">
-Select location and file name for the Import, then click "OK"...
+Select location and file name for the Import, then click "Next"...
</property>
<property name="wrap">True</property>
</object>
diff --git a/gnucash/gtkbuilder/assistant-csv-trans-import.glade b/gnucash/gtkbuilder/assistant-csv-trans-import.glade
index bd58e6ef0..19665d4c9 100644
--- a/gnucash/gtkbuilder/assistant-csv-trans-import.glade
+++ b/gnucash/gtkbuilder/assistant-csv-trans-import.glade
@@ -75,7 +75,7 @@ Lastly, for repeated imports the preview page has buttons to Load and Save the s
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">
-Select location and file name for the Import, then click "OK"...
+Select location and file name for the Import, then click "Next"...
</property>
<property name="wrap">True</property>
</object>
Summary of changes:
gnucash/gtkbuilder/assistant-csv-price-import.glade | 2 +-
gnucash/gtkbuilder/assistant-csv-trans-import.glade | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list