Skip to content

Commit 615e23d

Browse files
committed
fix an outdated translator string in
src/import-export/aqb/assistant-ab-initial.c
1 parent 02ecb14 commit 615e23d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/import-export/aqb/assistant-ab-initial.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ ab_account_longname(const AB_ACCOUNT *ab_acc)
577577
bankcode = AB_Account_GetBankCode(ab_acc);
578578
subAccountId = AB_Account_GetSubAccountId(ab_acc);
579579

580-
/* Translators: Strings are 1. Account code, 2. Bank name, 3. Bank code. */
580+
/* Translators: Strings are 1. Bank code, 2. Bank name,
581+
* 3. Account Number, 4. Subaccount ID */
581582
result = g_strdup_printf(_("Bank code %s (%s), Account %s (%s)"),
582583
bankcode,
583584
bankname ? bankname : "",

0 commit comments

Comments
 (0)