diff --git a/gnucash/gnome-utils/gnc-file.c b/gnucash/gnome-utils/gnc-file.c
index a35bde6290..d95482f581 100644
--- a/gnucash/gnome-utils/gnc-file.c
+++ b/gnucash/gnome-utils/gnc-file.c
@@ -711,9 +711,11 @@ run_post_load_scrubs (GtkWindow *parent, QofBook *book)
/* If feature GNC_FEATURE_BUDGET_UNREVERSED is not set, and there
are budgets, fix signs */
if (gnc_maybe_scrub_all_budget_signs (book))
- gnc_info_dialog (parent, "%s", _("This book has budgets. \
-The internal representation of amounts is now fixed. Please review \
-budgets and amend signs if necessary."));
+ gnc_info_dialog (parent, "%s", _(
+ "This book has budgets. The internal representation of "
+ "budget amounts no longer depends on the Reverse Balanced "
+ "Accounts preference. Please review the budgets and amend "
+ "signs if necessary."));
// Fix account color slots being set to 'Not Set', should run once on a book
xaccAccountScrubColorNotSet (book);
diff --git a/gnucash/gtkbuilder/assistant-acct-period.glade b/gnucash/gtkbuilder/assistant-acct-period.glade
index 106a8b590b..e49cdf4b84 100644
--- a/gnucash/gtkbuilder/assistant-acct-period.glade
+++ b/gnucash/gtkbuilder/assistant-acct-period.glade
@@ -35,7 +35,7 @@ Danger: this feature does not work correctly at this time; it is still under dev
diff --git a/gnucash/import-export/aqb/dialog-ab.glade b/gnucash/import-export/aqb/dialog-ab.glade
index 616a2dbcb4..3766bfd527 100644
--- a/gnucash/import-export/aqb/dialog-ab.glade
+++ b/gnucash/import-export/aqb/dialog-ab.glade
@@ -1776,7 +1776,7 @@
profile-list
True
True
- This list one or more specialization templates that adjust the import for different banks uses of fields in the selected import format.
+ This lists one or more specialization templates that adjust the import for different banks' uses of fields in the selected import format.