From 20d9da5b5d1ef1ddf8ba47678c0bfc4e99613a0a Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 6 Jun 2016 20:41:07 -0400 Subject: [PATCH] Fix bug #10194: Space missing in UI. (cherry picked from commit 6f88e11da323c7159f80cf79d9f4486d3615e355) --- src/insets/InsetRef.cpp | 2 +- status.22x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp index a2466c8ac1..7731ad8242 100644 --- a/src/insets/InsetRef.cpp +++ b/src/insets/InsetRef.cpp @@ -354,7 +354,7 @@ InsetRef::type_info const InsetRef::types[] = { { "vpageref", N_("Textual Page Number"), N_("TextPage: ")}, { "vref", N_("Standard+Textual Page"), N_("Ref+Text: ")}, { "formatted", N_("Formatted"), N_("Format: ")}, - { "nameref", N_("Reference to Name"), N_("NameRef:")}, + { "nameref", N_("Reference to Name"), N_("NameRef: ")}, { "", "", "" } }; diff --git a/status.22x b/status.22x index b1e99c0d22..737b7850b1 100644 --- a/status.22x +++ b/status.22x @@ -56,6 +56,8 @@ What's new - Raise GuiView on buffer switch to bring it topmost in multi-window mode. +- Fix smal typo in Reference dialog (bug 10194). + * INTERNALS -- 2.39.5