diff --git a/gnucash/gnome/assistant-stock-transaction.cpp b/gnucash/gnome/assistant-stock-transaction.cpp index 00ce9dc965..192aa6bac6 100644 --- a/gnucash/gnome/assistant-stock-transaction.cpp +++ b/gnucash/gnome/assistant-stock-transaction.cpp @@ -268,9 +268,9 @@ static const TxnTypeVec long_types // Translators: this is a stock transaction describing a stock // split N_("Stock split"), - N_("Company issues additional units, thereby reducing the stock price by a divisor " - ", while keeping the total monetary value of the overall investment constant. " - "\n\nIf the split results in a cash in lieu for remainder units, please " + N_("Company issues additional units, thereby reducing the stock price by a divisor, " + "while keeping the total monetary value of the overall investment constant.\n\nIf " + "the split results in a cash in lieu for remainder units, please " "record the sale using the Stock Transaction Assistant first, then record the split.") }, { @@ -310,8 +310,8 @@ static const TxnTypeVec short_types // Translators: this is a stock transaction describing cover // buying stock, and recording capital gain/loss N_("Buy to cover short"), - N_("Buy back stock to cover short position, and record capital gain/loss. " - "\n\nIf you are unable to calculate capital gains you can enter a placeholder " + N_("Buy back stock to cover short position, and record capital gain/loss.\n\nIf " + "you are unable to calculate capital gains you can enter a placeholder " "amount and correct it in the transaction later.") }, { @@ -352,7 +352,7 @@ static const TxnTypeVec short_types N_("Company returns capital, and the short stock holder must make a compensatory " "payment for the returned capital. This reduces the cost basis (less negative, " "towards 0.00 value) without affecting # units. A distribution previously recorded " - "as a compensatory dividend is reclassified to compensatory return of capital," + "as a compensatory dividend is reclassified to compensatory return of capital, " "often due to end-of-year tax information.") }, { @@ -395,8 +395,8 @@ static const TxnTypeVec short_types // split when shorting stock N_("Stock split"), N_("Company issues additional units, thereby reducing the stock price by a divisor, " - "while keeping the total monetary value of the overall investment constant. " - "\n\nIf the split results in a cash in lieu for remainder units, please " + "while keeping the total monetary value of the overall investment constant.\n\nIf " + "the split results in a cash in lieu for remainder units, please " "record the cover buy using the Stock Transaction Assistant first, then record the split.") }, { diff --git a/gnucash/gnome/gnc-plugin-page-report.cpp b/gnucash/gnome/gnc-plugin-page-report.cpp index 3e21c1f195..e189d130e8 100644 --- a/gnucash/gnome/gnc-plugin-page-report.cpp +++ b/gnucash/gnome/gnc-plugin-page-report.cpp @@ -240,7 +240,7 @@ static GncToolBarShortNames toolbar_labels[] = /* Translators: This string is meant to be a short alternative for "Save Report Configuration As…" to be used as toolbar button label. */ { "ReportSaveAsAction", N_("Save Config As…") }, - { "FilePrintPDFAction", N_("Make Pdf") }, + { "FilePrintPDFAction", N_("Export as PDF") }, { nullptr, nullptr }, }; diff --git a/gnucash/gtkbuilder/assistant-loan.glade b/gnucash/gtkbuilder/assistant-loan.glade index 7024abce8a..392a6576ab 100644 --- a/gnucash/gtkbuilder/assistant-loan.glade +++ b/gnucash/gtkbuilder/assistant-loan.glade @@ -219,7 +219,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc False False - Enter the number of months still to be paid off. This determines both the remaining principle and the duration of the scheduled transaction. + Enter the number of months still to be paid off. This determines both the remaining principal and the duration of the scheduled transaction. 1 @@ -1081,7 +1081,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc True False - Review the details below and if correct press "Apply"" to create the schedule. + Review the details below and if correct press "Apply" to create the schedule. center diff --git a/gnucash/gtkbuilder/dialog-preferences.glade b/gnucash/gtkbuilder/dialog-preferences.glade index 0545d7c32a..578076eb89 100644 --- a/gnucash/gtkbuilder/dialog-preferences.glade +++ b/gnucash/gtkbuilder/dialog-preferences.glade @@ -326,7 +326,7 @@ Press 'Close' to return to the preference window True False start - <b>Summarybar Content</b> + <b>Summary Bar Content</b> True diff --git a/gnucash/import-export/aqb/dialog-ab.glade b/gnucash/import-export/aqb/dialog-ab.glade index 16f1e9270b..1fab438142 100644 --- a/gnucash/import-export/aqb/dialog-ab.glade +++ b/gnucash/import-export/aqb/dialog-ab.glade @@ -1727,7 +1727,7 @@ imexporter-list True True - This list contains the file formats that AQBanking knows how to import. The profile list contains specializations and is populated according to which format you select in this list. + This list contains the file formats that AqBanking knows how to import. The profile list contains specializations and is populated according to which format you select in this list. File Format diff --git a/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui b/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui index d506ef298b..5adc4e454a 100644 --- a/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui +++ b/gnucash/import-export/aqb/gnc-plugin-aqbanking.ui @@ -3,9 +3,9 @@ - Import using AQBanking + Import using AqBanking gnc-plugin-aqbanking-actions.AQBankingImportAction - Import into GnuCash any file format supported by AQBanking + Import into GnuCash any file format supported by AqBanking diff --git a/gnucash/import-export/bi-import/dialog-bi-import-gui.c b/gnucash/import-export/bi-import/dialog-bi-import-gui.c index cf7c3a5e18..07d4642f70 100644 --- a/gnucash/import-export/bi-import/dialog-bi-import-gui.c +++ b/gnucash/import-export/bi-import/dialog-bi-import-gui.c @@ -191,7 +191,7 @@ gnc_plugin_bi_import_getFilename(GtkWindow *parent) gtk_file_filter_set_name (filter, "text files (*.txt)"); gtk_file_filter_add_pattern (filter, "*.txt"); filters = g_list_append( filters, filter ); - filename = gnc_file_dialog(parent, _("Import Bills or Invoices from csv"), filters, NULL, GNC_FILE_DIALOG_IMPORT); + filename = gnc_file_dialog(parent, _("Import Bills or Invoices from CSV"), filters, NULL, GNC_FILE_DIALOG_IMPORT); return filename; } diff --git a/gnucash/import-export/customer-import/dialog-customer-import-gui.c b/gnucash/import-export/customer-import/dialog-customer-import-gui.c index 4c47612998..2e56d85b5e 100644 --- a/gnucash/import-export/customer-import/dialog-customer-import-gui.c +++ b/gnucash/import-export/customer-import/dialog-customer-import-gui.c @@ -169,7 +169,7 @@ gnc_plugin_customer_import_getFilename (GtkWindow *parent) gtk_file_filter_add_pattern (filter, "*.txt"); filters = g_list_append( filters, filter ); filename = gnc_file_dialog(parent, - _("Import Customers from csv"), filters, NULL, GNC_FILE_DIALOG_IMPORT); + _("Import Customers from CSV"), filters, NULL, GNC_FILE_DIALOG_IMPORT); return filename; } diff --git a/gnucash/report/reports/standard/invoice.scm b/gnucash/report/reports/standard/invoice.scm index 6d8ae05d7b..babc670a9a 100644 --- a/gnucash/report/reports/standard/invoice.scm +++ b/gnucash/report/reports/standard/invoice.scm @@ -480,7 +480,7 @@ for styling the invoice. Please see the exported report for the CSS class names. (gnc-register-simple-boolean-option options (N_ "Display") (N_ "Use Detailed Tax Summary") - "o" (N_ "Display all tax categories separately (one per line) instead of one single tax line.?") #f) + "o" (N_ "Display all tax categories separately (one per line) instead of one single tax line?") #f) (gnc-register-simple-boolean-option options (N_ "Display") (N_ "References") diff --git a/gnucash/report/reports/standard/taxinvoice.scm b/gnucash/report/reports/standard/taxinvoice.scm index 0991f9bbc0..33ba21a74d 100644 --- a/gnucash/report/reports/standard/taxinvoice.scm +++ b/gnucash/report/reports/standard/taxinvoice.scm @@ -317,9 +317,9 @@ (set-opt options headingpage optname-tax-rate (G_ "GST Rate")) (set-opt options headingpage optname-tax-amount (G_ "GST Amount")) (set-opt options headingpage2 optname-amount-due (G_ "Amount Due (inc GST)")) - (set-opt options headingpage2 optname-invoice-number-text (G_ "Invoice #: ")) - (set-opt options headingpage2 optname-ref-text (G_ "Reference: ")) - (set-opt options headingpage2 optname-jobname-text (G_ "Engagement: ")) + (set-opt options headingpage2 optname-invoice-number-text (G_ "Invoice #:")) + (set-opt options headingpage2 optname-ref-text (G_ "Reference:")) + (set-opt options headingpage2 optname-jobname-text (G_ "Engagement:")) (set-opt options notespage optname-extra-css "h1.coyname { text-align: right; margin-bottom: 0px ; font-size: 200%; } h2.invoice { text-align: left; margin-bottom: 0px ; font-size: 500%; }") options)) diff --git a/libgnucash/engine/gnc-optiondb.cpp b/libgnucash/engine/gnc-optiondb.cpp index 17d23d8fb6..b7fd749cae 100644 --- a/libgnucash/engine/gnc-optiondb.cpp +++ b/libgnucash/engine/gnc-optiondb.cpp @@ -1336,11 +1336,11 @@ gnc_option_db_book_options(GncOptionDB* odb) N_("Length of time to change the used invoice report. A value of 0 means disabled."), 0.0, 0.0, 20.0, 1.0); gnc_register_taxtable_option(odb, business_section, - N_("Default Customer TaxTable"), "f1", + N_("Default Customer Tax Table"), "f1", N_("The default tax table to apply to customers."), nullptr); gnc_register_taxtable_option(odb, business_section, - N_("Default Vendor TaxTable"), "f2", + N_("Default Vendor Tax Table"), "f2", N_("The default tax table to apply to vendors."), nullptr);