mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
I18N: Separate "Split View" from "Split"
This commit is contained in:
parent
50418527b0
commit
703074cc50
@ -377,7 +377,9 @@ static GncToolBarShortNames toolbar_labels[] =
|
||||
{ "CancelTransactionAction", N_ ("Cancel") },
|
||||
{ "DeleteTransactionAction", N_ ("Delete") },
|
||||
{ "DuplicateTransactionAction", N_ ("Duplicate") },
|
||||
{ "SplitTransactionAction", N_ ("Split") },
|
||||
{ "SplitTransactionAction",
|
||||
/* Translators: This is the label of a toolbar button. So keep it short. */
|
||||
N_ ("Split View") },
|
||||
{ "JumpTransactionAction", N_ ("Jump") },
|
||||
{ "ScheduleTransactionAction", N_ ("Schedule") },
|
||||
{ "BlankTransactionAction", N_ ("Blank") },
|
||||
|
Loading…
Reference in New Issue
Block a user