From 539258273d142740a1f49cdfbfa8d44275ba76f7 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 20 Jun 2016 09:49:48 -0400 Subject: [PATCH] Remove "only", which is not really necessary. --- src/insets/InsetBranch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2