mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #752822: Fix typos in translatable strings
Reported by anders.jonsson@norsjovallen.se
This commit is contained in:
parent
e7aa53a75e
commit
c7f84432d6
@ -598,7 +598,7 @@ _weekly_list_to_compact_string(GList *rs, GString *buf)
|
||||
g_string_printf(buf, "%s", _("Weekly"));
|
||||
if (multiplier > 1)
|
||||
{
|
||||
/* translators: %u is the recurrence multipler, i.e. this
|
||||
/* translators: %u is the recurrence multiplier, i.e. this
|
||||
event should occur every %u'th week. */
|
||||
g_string_append_printf(buf, _(" (x%u)"), multiplier);
|
||||
}
|
||||
|
@ -1612,7 +1612,7 @@ create_balancing_transaction(QofBook *book, Account *account,
|
||||
// fill Transaction
|
||||
xaccTransSetCurrency(trans, gnc_account_or_default_currency(account, NULL));
|
||||
xaccTransSetDatePostedSecsNormalized(trans, statement_date);
|
||||
xaccTransSetDescription(trans, _("Balancing entry from reconcilation"));
|
||||
xaccTransSetDescription(trans, _("Balancing entry from reconciliation"));
|
||||
/* We also must set a new DateEntered on the new entry
|
||||
* because otherwise the ordering is not deterministic */
|
||||
xaccTransSetDateEnteredSecs(trans, gnc_time(NULL));
|
||||
|
@ -744,7 +744,7 @@ gsr2_create_balancing_transaction (QofBook *book, Account *account,
|
||||
// fill Transaction
|
||||
xaccTransSetCurrency (trans, gnc_account_or_default_currency (account, NULL));
|
||||
xaccTransSetDatePostedSecsNormalized (trans, statement_date);
|
||||
xaccTransSetDescription (trans, _("Balancing entry from reconcilation"));
|
||||
xaccTransSetDescription (trans, _("Balancing entry from reconciliation"));
|
||||
|
||||
// 1. Split
|
||||
split = xaccMallocSplit (book);
|
||||
|
@ -22,7 +22,7 @@ All transactions imported will be associated to one account for each import and
|
||||
|
||||
Various options exist for specifying the delimiter as well as a fixed width option. With the fixed width option, double click on the bar above the displayed rows to set the column width.
|
||||
|
||||
There is an option for specifying the start row, end row and an option to skip alternate rows begining from the start row. These can be used if you have some header text, a points collected status row or multiple accounts in the same file.
|
||||
There is an option for specifying the start row, end row and an option to skip alternate rows beginning from the start row. These can be used if you have some header text, a points collected status row or multiple accounts in the same file.
|
||||
|
||||
On the preview page you can Load and Save the settings. To save the settings, select a previously saved entry or replace the text and press the Save Settings button.</property>
|
||||
<property name="wrap">True</property>
|
||||
|
@ -174,7 +174,7 @@
|
||||
(if (not gnc:old-style-report-warned)
|
||||
(begin
|
||||
(set! gnc:old-style-report-warned #t)
|
||||
(gnc-error-dialog '() (string-append (_ "The GnuCash report system has been upgraded. Your old saved reports have been transfered into a new format. If you experience trouble with saved reports, please contact the GnuCash development team.")))))
|
||||
(gnc-error-dialog '() (string-append (_ "The GnuCash report system has been upgraded. Your old saved reports have been transferred into a new format. If you experience trouble with saved reports, please contact the GnuCash development team.")))))
|
||||
(hash-set! *gnc:_report-templates_*
|
||||
(gnc:report-template-report-guid report-rec) report-rec)
|
||||
(gnc:warn "gnc:define-report: old-style report. setting guid for " (gnc:report-template-name report-rec) " to " (gnc:report-template-report-guid report-rec)))
|
||||
|
Loading…
Reference in New Issue
Block a user