From 25c7b43ee2f354c87082d3b3789adf2579f8c69f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 28 May 2017 04:50:57 +0800 Subject: lib/colors: Fix bug where help text was not being translated. This affected cfdisk, fdisk, sfdisk, cal, dmesg and hexdump. --- include/colors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/colors.h') diff --git a/include/colors.h b/include/colors.h index bd34a4fa2..3636beb55 100644 --- a/include/colors.h +++ b/include/colors.h @@ -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); -- cgit v1.2.3-55-g7522