]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.cpp
* cosmetic
[lyx.git] / src / lengthcommon.cpp
index d4f16b05146d06a65ef373f2a2b0a7c62b002d39..b29b692f6e7844c145d0d325b519d2c465695be3 100644 (file)
 
 #include <config.h>
 
+#include "support/gettext.h"
 #include "Length.h"
-#include "gettext.h"
 
 #include <string>
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
-
 // I am not sure if "mu" should be possible to select (Lgb)
 
 // the latex units
@@ -36,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"), 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 %"), "" };