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
This commit is contained in:
Christian Stimming 2007-12-23 21:45:56 +00:00
parent fbf08c2a0d
commit 5115546ef8
5 changed files with 6 additions and 6 deletions

View File

@ -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"))

View File

@ -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."),

View File

@ -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);

View File

@ -1153,7 +1153,7 @@ Points</property>
<widget class="GtkLabel" id="label847683">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Enter a title for this custom format. This title will appear in the &quot;Check format&quot; selector of the Print Check dialog. Using the title of an exiting custom format will cause that format to be overwritten.</property>
<property name="label" translatable="yes">Enter a title for this custom format. This title will appear in the &quot;Check format&quot; selector of the Print Check dialog. Using the title of an existing custom format will cause that format to be overwritten.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>

View File

@ -576,7 +576,7 @@ For a transaction that is a duplicate of an existing one, click on the &quot;Oth
check whether GnuCash chose the right existing transaction.
To switch transactions between both states, click on the checkmark in the &quot;New&quot; column.
When all new transactions have the correct destination account and all duplicates are matched with the right existing transaction,
click &quot;Ok&quot;.</property>
click &quot;OK&quot;.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -1073,7 +1073,7 @@ click &quot;Ok&quot;.</property>
<child>
<widget class="GtkSpinButton" id="gconf/dialogs/import/generic_matcher/atm_fee_threshold">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">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.</property>
<property name="tooltip" translatable="yes">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.</property>
<property name="can_focus">True</property>
<property name="climb_rate">1</property>
<property name="digits">2</property>