From: Richard Heck Date: Mon, 20 Jun 2016 13:49:48 +0000 (-0400) Subject: Remove "only", which is not really necessary. X-Git-Tag: 2.3.0alpha1~1418 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=539258273d142740a1f49cdfbfa8d44275ba76f7;p=features.git Remove "only", which is not really necessary. --- diff --git a/src/insets/InsetBranch.cpp b/src/insets/InsetBranch.cpp index 18db067183..1dc1567b38 100644 --- a/src/insets/InsetBranch.cpp +++ b/src/insets/InsetBranch.cpp @@ -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;