]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - include/colors.h
lib/colors: Fix bug where help text was not being translated.
[thirdparty/util-linux.git] / include / colors.h
index bd34a4fa2aca397ed265fd94e312c2bd04be452e..3636beb558337059f4a127040cae4c29a6e50de5 100644 (file)
@@ -24,9 +24,9 @@ enum colortmode {
 };
 
 #ifdef USE_COLORS_BY_DEFAULT
-# define USAGE_COLORS_DEFAULT  N_("colors are enabled by default")
+# define USAGE_COLORS_DEFAULT  _("colors are enabled by default")
 #else
-# define USAGE_COLORS_DEFAULT   N_("colors are disabled by default")
+# define USAGE_COLORS_DEFAULT   _("colors are disabled by default")
 #endif
 
 extern int colormode_from_string(const char *str);