From: Jürgen Spitzmüller Date: Fri, 2 Nov 2007 14:50:50 +0000 (+0000) Subject: * src/lengthcommon.cpp: disambiguation of gui string. X-Git-Tag: 1.6.10~7529 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=de54323dc8ea2b38e7dc24983a2a6d1e7981c415;p=features.git * src/lengthcommon.cpp: disambiguation of gui string. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21374 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lengthcommon.cpp b/src/lengthcommon.cpp index d4f16b0514..f76093800e 100644 --- a/src/lengthcommon.cpp +++ b/src/lengthcommon.cpp @@ -36,7 +36,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"), 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"), N_("Text Width %"), N_("Column Width %"), N_("Page Width %"), N_("Line Width %"), N_("Text Height %"), N_("Page Height %"), "" };