mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove "only", which is not really necessary.
This commit is contained in:
parent
3573b7270c
commit
539258273d
@ -106,9 +106,9 @@ docstring const InsetBranch::buttonLabel(BufferView const &) const
|
||||
if (inmaster && inchild)
|
||||
s = _("Branch: ");
|
||||
else if (inchild) // && !inmaster
|
||||
s = _("Branch (child only): ");
|
||||
s = _("Branch (child): ");
|
||||
else if (inmaster) // && !inchild
|
||||
s = _("Branch (master only): ");
|
||||
s = _("Branch (master): ");
|
||||
else // !inmaster && !inchild
|
||||
s = _("Branch (undefined): ");
|
||||
s += params_.branch;
|
||||
|
Loading…
Reference in New Issue
Block a user