From 01388b0ea33e583358562d864cd0e481b2465308 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Nov 2008 21:03:28 +0100 Subject: po: improved translatable strings for easier translation Remove exclamation marks and other markup from the strings. --- src/colors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/colors.c') diff --git a/src/colors.c b/src/colors.c index 0bcf2782c..cc3ec5061 100644 --- a/src/colors.c +++ b/src/colors.c @@ -235,7 +235,7 @@ colors_start(void) list = list->next; } } else if (color_definition_list && !can_change_color()) - fprintf(stderr, _("Terminal lacks support for changing colors!\n")); + fprintf(stderr, _("Terminal lacks support for changing colors\n")); if (options.enable_colors) { enum color i; @@ -245,7 +245,7 @@ colors_start(void) colors_update_pair(i); } } else if (options.enable_colors) { - fprintf(stderr, _("Terminal lacks color capabilities!\n")); + fprintf(stderr, _("Terminal lacks color capabilities\n")); options.enable_colors = 0; } -- cgit v1.2.3