We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ecb14 commit 615e23dCopy full SHA for 615e23d
src/import-export/aqb/assistant-ab-initial.c
@@ -577,7 +577,8 @@ ab_account_longname(const AB_ACCOUNT *ab_acc)
577
bankcode = AB_Account_GetBankCode(ab_acc);
578
subAccountId = AB_Account_GetSubAccountId(ab_acc);
579
580
- /* Translators: Strings are 1. Account code, 2. Bank name, 3. Bank code. */
+ /* Translators: Strings are 1. Bank code, 2. Bank name,
581
+ * 3. Account Number, 4. Subaccount ID */
582
result = g_strdup_printf(_("Bank code %s (%s), Account %s (%s)"),
583
bankcode,
584
bankname ? bankname : "",
0 commit comments