]> git.lyx.org Git - features.git/commitdiff
Fix bug #10194: Space missing in UI.
authorRichard Heck <rgheck@lyx.org>
Tue, 7 Jun 2016 00:41:07 +0000 (20:41 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 7 Jun 2016 00:41:07 +0000 (20:41 -0400)
src/insets/InsetRef.cpp

index a2466c8ac10753ab6a2a96498b5129c3ba85a9e1..7731ad82422571b8ea3f3fd2c939395570beb6cb 100644 (file)
@@ -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: ")},
        { "", "", "" }
 };