]> git.lyx.org Git - features.git/commitdiff
Remove "only", which is not really necessary.
authorRichard Heck <rgheck@lyx.org>
Mon, 20 Jun 2016 13:49:48 +0000 (09:49 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 21 Jun 2016 18:43:52 +0000 (14:43 -0400)
src/insets/InsetBranch.cpp

index 18db067183267a29969ea379cd9db02b1ba710d1..1dc1567b38428a84c83e7683eefb93a842aaeff7 100644 (file)
@@ -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;