]> 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 01:42:39 +0000 (21:42 -0400)
(cherry picked from commit 6f88e11da323c7159f80cf79d9f4486d3615e355)

src/insets/InsetRef.cpp
status.22x

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: ")},
        { "", "", "" }
 };
 
index b1e99c0d22a72840b2a87d0b4ba097848a411d85..737b7850b1857c79f8a7faf130d5503013b09ae5 100644 (file)
@@ -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