From de54323dc8ea2b38e7dc24983a2a6d1e7981c415 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 2 Nov 2007 14:50:50 +0000 Subject: [PATCH] * src/lengthcommon.cpp: disambiguation of gui string. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21374 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lengthcommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %"), "" }; -- 2.39.2