mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
rename label for prettyref inset to fix bug 1134
http://bugzilla.lyx.org/show_bug.cgi?id=1134 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17149 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35558e7b87
commit
9492044ef7
@ -152,7 +152,7 @@ InsetRef::type_info InsetRef::types[] = {
|
||||
{ "pageref", N_("Page Number"), N_("Page: ")},
|
||||
{ "vpageref", N_("Textual Page Number"), N_("TextPage: ")},
|
||||
{ "vref", N_("Standard+Textual Page"), N_("Ref+Text: ")},
|
||||
{ "prettyref", N_("PrettyRef"), N_("PrettyRef: ")},
|
||||
{ "prettyref", N_("PrettyRef"), N_("FormatRef: ")},
|
||||
{ "", "", "" }
|
||||
};
|
||||
|
||||
|
@ -185,7 +185,7 @@ RefInset::ref_type_info RefInset::types[] = {
|
||||
{ from_ascii("pageref"), from_ascii(N_("Page Number")), from_ascii(N_("Page: "))},
|
||||
{ from_ascii("vpageref"), from_ascii(N_("Textual Page Number")), from_ascii(N_("TextPage: "))},
|
||||
{ from_ascii("vref"), from_ascii(N_("Standard+Textual Page")), from_ascii(N_("Ref+Text: "))},
|
||||
{ from_ascii("prettyref"), from_ascii(N_("PrettyRef")), from_ascii(N_("PrettyRef: "))},
|
||||
{ from_ascii("prettyref"), from_ascii(N_("PrettyRef")), from_ascii(N_("FormatRef: "))},
|
||||
{ from_ascii(""), from_ascii(""), from_ascii("") }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user