From 9492044ef7fe993ce1b7846072cb2fb5261a1006 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 12 Feb 2007 02:15:04 +0000 Subject: [PATCH] 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 --- src/insets/insetref.C | 2 +- src/mathed/InsetMathRef.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/insetref.C b/src/insets/insetref.C index 5eaf34a8f3..2d2ad0dda0 100644 --- a/src/insets/insetref.C +++ b/src/insets/insetref.C @@ -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: ")}, { "", "", "" } }; diff --git a/src/mathed/InsetMathRef.C b/src/mathed/InsetMathRef.C index eb4a14466b..e160887c40 100644 --- a/src/mathed/InsetMathRef.C +++ b/src/mathed/InsetMathRef.C @@ -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("") } }; -- 2.39.2