mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Replace several wrong accent grave by apostroph
This commit is contained in:
@@ -1005,7 +1005,7 @@ gxi_check_file (GncXmlImportData *data)
|
||||
}
|
||||
|
||||
/* Translators: Please insert encodings here that are typically used in your
|
||||
locale, separated by spaces. No need for ASCII or UTF-8, check `locale -m`
|
||||
locale, separated by spaces. No need for ASCII or UTF-8, check 'locale -m'
|
||||
for assistance with spelling. */
|
||||
enc_array = g_strsplit (_("ISO-8859-1 KOI8-U"), " ", 0);
|
||||
|
||||
|
||||
@@ -1491,7 +1491,7 @@ check_edit(XferDialog *xferData)
|
||||
(GTK_TOGGLE_BUTTON(xferData->amount_radio)))
|
||||
{
|
||||
gnc_parse_error_dialog (xferData,
|
||||
_("You must enter a valid `to' amount."));
|
||||
_("You must enter a valid 'to' amount."));
|
||||
LEAVE("invalid to amount");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -582,11 +582,11 @@ If you would like an account to have an opening balance, click on the row contai
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_start">6</property>
|
||||
<property name="margin_end">6</property>
|
||||
<property name="label" translatable="yes">Press `Apply' to create your new accounts. You will then be able to save them to a file or database.
|
||||
<property name="label" translatable="yes">Press 'Apply' to create your new accounts. You will then be able to save them to a file or database.
|
||||
|
||||
Press `Back' to review your selections.
|
||||
Press 'Back' to review your selections.
|
||||
|
||||
Press `Cancel' to close this dialog without creating any new accounts.</property>
|
||||
Press 'Cancel' to close this dialog without creating any new accounts.</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
||||
Reference in New Issue
Block a user