]> git.lyx.org Git - features.git/commitdiff
rename label for prettyref inset to fix bug 1134
authorUwe Stöhr <uwestoehr@web.de>
Mon, 12 Feb 2007 02:15:04 +0000 (02:15 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 12 Feb 2007 02:15:04 +0000 (02:15 +0000)
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

src/insets/insetref.C
src/mathed/InsetMathRef.C

index 5eaf34a8f32a3c9b5aac9a8ef73f1d71cbea0b7a..2d2ad0dda08503d6abff4c43a2126f4146a30d6c 100644 (file)
@@ -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: ")},
        { "", "", "" }
 };
 
index eb4a14466b06181e121b59d0bbfd0a974abe757a..e160887c4098421f0fae54f497ad43feb2048a14 100644 (file)
@@ -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("") }
 };