From: Martin Vermeer Date: Fri, 31 Aug 2007 12:07:14 +0000 (+0000) Subject: another translation disambiguation X-Git-Tag: 1.6.10~8599 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=795d4ba423effc70f7176f8c743f30776d17a3a1;p=features.git another translation disambiguation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19945 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathRef.cpp b/src/mathed/InsetMathRef.cpp index 0193a2ce01..64c474f12e 100644 --- a/src/mathed/InsetMathRef.cpp +++ b/src/mathed/InsetMathRef.cpp @@ -183,7 +183,7 @@ string const InsetMathRef::createDialogStr(string const & name) const InsetMathRef::ref_type_info InsetMathRef::types[] = { - { from_ascii("ref"), from_ascii(N_("Standard")), from_ascii(N_("Ref: "))}, + { from_ascii("ref"), from_ascii(N_("Standard[[mathref]]")), from_ascii(N_("Ref: "))}, { from_ascii("eqref"), from_ascii(N_("Equation")), from_ascii(N_("EqRef: "))}, { 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: "))},