From 5115546ef8a89d2fc171033ee94d86ec3536d82f Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 23 Dec 2007 21:45:56 +0000 Subject: [PATCH] Fix spelling errors in UI messages. Pointed out by Clytie Siddall. Those will break several translated strings, but the fixed typos are an actual improvement. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16706 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-reports/aging.scm | 2 +- src/gnome-utils/gnc-main-window.c | 2 +- src/gnome/dialog-print-check.c | 2 +- src/gnome/glade/print.glade | 2 +- src/import-export/generic-import.glade | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/business/business-reports/aging.scm b/src/business/business-reports/aging.scm index b8db5c4488..485c3e742e 100644 --- a/src/business/business-reports/aging.scm +++ b/src/business/business-reports/aging.scm @@ -335,7 +335,7 @@ more than one currency. This report is not designed to cope with this possibili gnc:pagename-general optname-sort-by "i" - (N_ "Sort companys by") + (N_ "Sort companies by") 'name (list (vector 'name (N_ "Name") (N_ "Name of the company")) diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index 23d565b6a1..04be57cc2e 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -275,7 +275,7 @@ static GtkActionEntry gnc_menu_actions [] = { "ScrubMenuAction", NULL, N_("_Check & Repair"), NULL, NULL, NULL }, { "ActionsForgetWarningsAction", NULL, N_("Reset _Warnings..."), NULL, - N_("Reset the state of all warning message so they will be shown again."), + N_("Reset the state of all warning messages so they will be shown again."), G_CALLBACK (gnc_main_window_cmd_actions_reset_warnings) }, { "ActionsRenamePageAction", NULL, N_("Re_name Page"), NULL, N_("Rename this page."), diff --git a/src/gnome/dialog-print-check.c b/src/gnome/dialog-print-check.c index 82a9d1f230..4454f98836 100644 --- a/src/gnome/dialog-print-check.c +++ b/src/gnome/dialog-print-check.c @@ -1088,7 +1088,7 @@ read_one_check_directory(PrintCheckDialog * pcd, GtkListStore *store, * is the filename of that format; %3$s the type of * the other check format; and %4$s the filename of * that other format. */ - _("The guids in the %s check format file '%s' and " + _("The GUIDs in the %s check format file '%s' and " "the %s check format file '%s' match."), existing->group, existing->filename, format->group, format->filename); diff --git a/src/gnome/glade/print.glade b/src/gnome/glade/print.glade index 16c1fc4ae2..fa5dd7099c 100644 --- a/src/gnome/glade/print.glade +++ b/src/gnome/glade/print.glade @@ -1153,7 +1153,7 @@ Points True True - Enter a title for this custom format. This title will appear in the "Check format" selector of the Print Check dialog. Using the title of an exiting custom format will cause that format to be overwritten. + Enter a title for this custom format. This title will appear in the "Check format" selector of the Print Check dialog. Using the title of an existing custom format will cause that format to be overwritten. False False GTK_JUSTIFY_LEFT diff --git a/src/import-export/generic-import.glade b/src/import-export/generic-import.glade index 4b2763e83f..d2684b62b3 100644 --- a/src/import-export/generic-import.glade +++ b/src/import-export/generic-import.glade @@ -576,7 +576,7 @@ For a transaction that is a duplicate of an existing one, click on the "Oth check whether GnuCash chose the right existing transaction. To switch transactions between both states, click on the checkmark in the "New" column. When all new transactions have the correct destination account and all duplicates are matched with the right existing transaction, -click "Ok". +click "OK". False False GTK_JUSTIFY_LEFT @@ -1073,7 +1073,7 @@ click "Ok". True - In some places commercial ATMs (not belonging to a financial institution) are installed in places like convienience store. These ATM add its fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw 100$, and you are charged 101,50$ plus Interac fees. If you manually entered that 100$, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match. + In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match. True 1 2