]> git.lyx.org Git - features.git/commitdiff
lengthcommon.cpp: separate the translations for mu
authorUwe Stöhr <uwestoehr@web.de>
Mon, 12 Jan 2009 01:50:16 +0000 (01:50 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 12 Jan 2009 01:50:16 +0000 (01:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28107 a592a061-630c-0410-9148-cb99ea01b6c8

src/lengthcommon.cpp

index 57c35bb9e8f48082157b1db2df18710e839b2314..ce37b2379e945076ce462d9396f31d82ec0d1999 100644 (file)
@@ -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 %"), "" };