From: Uwe Stöhr Date: Mon, 12 Jan 2009 01:50:16 +0000 (+0000) Subject: lengthcommon.cpp: separate the translations for mu X-Git-Tag: 2.0.0~7448 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ef9b66cf2d71cb476957c51612b481b2766445b1;p=features.git lengthcommon.cpp: separate the translations for mu git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28107 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lengthcommon.cpp b/src/lengthcommon.cpp index 57c35bb9e8..ce37b2379e 100644 --- a/src/lengthcommon.cpp +++ b/src/lengthcommon.cpp @@ -35,7 +35,7 @@ int const num_units = int(sizeof(unit_name) / sizeof(unit_name[0]) - 1); // the LyX gui units char const * const unit_name_gui[] = { N_("sp"), N_("pt"), N_("bp"), N_("dd"), N_("mm"), N_("pc"), - N_("cc[[unit of measure]]"), N_("cm"), N_("in"), N_("ex"), N_("em"), N_("mu"), + N_("cc[[unit of measure]]"), N_("cm"), N_("in"), N_("ex"), N_("em"), N_("mu[[unit of measure]]"), N_("Text Width %"), N_("Column Width %"), N_("Page Width %"), N_("Line Width %"), N_("Text Height %"), N_("Page Height %"), "" };