From: Richard Heck Date: Tue, 7 Jun 2016 00:41:07 +0000 (-0400) Subject: Fix bug #10194: Space missing in UI. X-Git-Tag: 2.3.0alpha1~1560 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f88e11da323c7159f80cf79d9f4486d3615e355;p=features.git Fix bug #10194: Space missing in UI. --- 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: ")}, { "", "", "" } };