diff --git a/src/engine/Split.c b/src/engine/Split.c index 8448e20596..4f689b725f 100644 --- a/src/engine/Split.c +++ b/src/engine/Split.c @@ -1289,7 +1289,8 @@ xaccSplitGetCorrAccountCode(const Split *sa) if (!get_corr_account_split(sa, &other_split)) { if (!split_const) - split_const = _("Split"); + /* Translators: This string has a disambiguation prefix */ + split_const = Q_("Displayed account code of the other account in a multi-split transaction|Split"); return split_const; }