]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.cpp
Fix bug #10194: Space missing in UI.
[lyx.git] / 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: ")},
        { "", "", "" }
 };