aboutsummaryrefslogtreecommitdiffstats
path: root/src/colors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.c')
-rw-r--r--src/colors.c4
1 files changed, 2 insertions, 2 deletions
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;
}