mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #10194: Space missing in UI.
This commit is contained in:
parent
b3cf3b67d9
commit
6f88e11da3
@ -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: ")},
|
||||
{ "", "", "" }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user