mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
I18n message improvements: Fix typos; unify strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23388 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -3143,6 +3143,8 @@ gnc_invoice_show_bills_due (QofBook *book, double days_in_advance)
|
||||
/* Create the param list (in reverse order) */
|
||||
if (param_list == NULL)
|
||||
{
|
||||
/* Translators: This abbreviation is the column heading for
|
||||
the condition "Is this invoice a Credit Note?" */
|
||||
param_list = gnc_search_param_prepend (param_list, _("CN?"), NULL, type,
|
||||
INVOICE_IS_CN, NULL);
|
||||
param_list = gnc_search_param_prepend (param_list, _("Amount"), NULL, type,
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
</key>
|
||||
<key name="invoice-printreport" type="i">
|
||||
<default>0</default>
|
||||
<summary>The invoice report to be used for printing</summary>
|
||||
<summary>The invoice report to be used for printing.</summary>
|
||||
<description>The name of the report to be used for invoice printing.</description>
|
||||
</key>
|
||||
<key name="use-new-window" type="b">
|
||||
|
||||
@@ -400,12 +400,12 @@ void
|
||||
ap_assistant_apply_prepare (GtkAssistant *assistant, gpointer user_data)
|
||||
{
|
||||
AcctPeriodInfo *info = user_data;
|
||||
const char *apply_text;
|
||||
const char *btitle;
|
||||
char *str;
|
||||
apply_text =
|
||||
_("The book will be created with the title %s when you\n\n"
|
||||
"Click on 'Apply', Click on 'Back' to adjust or 'Cancel'.");
|
||||
const char *apply_text =
|
||||
_("The book will be created with the title %s when you "
|
||||
"click on 'Apply'. Click on 'Back' to adjust, "
|
||||
"or 'Cancel' to not create any book.");
|
||||
|
||||
btitle = gtk_entry_get_text (GTK_ENTRY(info->book_title));
|
||||
str = g_strdup_printf (apply_text, btitle);
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<key name="account-code-visible" type="b">
|
||||
<default>false</default>
|
||||
<summary>Display this column</summary>
|
||||
<description>This setting controls wether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
|
||||
<description>This setting controls whether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
|
||||
</key>
|
||||
<key name="account-code-width" type="i">
|
||||
<default>0</default>
|
||||
|
||||
Reference in New Issue
Block a user