From 62eea9ce12daca1027f0dcbff554020fde809b8c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 1 Aug 2015 10:23:07 +0200 Subject: textual: adjust grammar and punctuation of some messages Also equalize three messages to one other one, and fix a typo in USE_COLORS_BY_DEFAULT. Signed-off-by: Benno Schulenberg --- include/colors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/colors.h') diff --git a/include/colors.h b/include/colors.h index fda1ca98d..bd34a4fa2 100644 --- a/include/colors.h +++ b/include/colors.h @@ -23,10 +23,10 @@ enum colortmode { __UL_NCOLORMODES /* last */ }; -#ifdef USE_COLORS_BY_DEFAUL -# define USAGE_COLORS_DEFAULT N_("colors enabled by default") +#ifdef USE_COLORS_BY_DEFAULT +# define USAGE_COLORS_DEFAULT N_("colors are enabled by default") #else -# define USAGE_COLORS_DEFAULT N_("colors disabled by default") +# define USAGE_COLORS_DEFAULT N_("colors are disabled by default") #endif extern int colormode_from_string(const char *str); -- cgit v1.2.3-55-g7522