summaryrefslogtreecommitdiffstats
path: root/include/colors.h
diff options
context:
space:
mode:
authorBenno Schulenberg2015-08-01 10:23:07 +0200
committerKarel Zak2015-08-03 11:18:56 +0200
commit62eea9ce12daca1027f0dcbff554020fde809b8c (patch)
tree5950adc541e910588ee4fc714632c852f002d3d6 /include/colors.h
parentbuild-sys: mark script(1) as Linux only due to signalfd() (diff)
downloadkernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.tar.gz
kernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.tar.xz
kernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.zip
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 <bensberg@justemail.net>
Diffstat (limited to 'include/colors.h')
-rw-r--r--include/colors.h6
1 files changed, 3 insertions, 3 deletions
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);