summaryrefslogtreecommitdiff
path: root/gtk/color_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/color_dlg.c')
-rw-r--r--gtk/color_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c
index 5ae6f19567..9f8c5493ec 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -1417,7 +1417,7 @@ edit_color_filter_ok_cb (GtkButton *button,
if(!dfilter_compile(filter_text, &compiled_filter)) {
simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
- "Filter \"%s\" did not compile correctly.\n"
+ "Filter \"%s\" didn't compile correctly.\n"
" Please try again. Filter unchanged.\n%s\n", filter_name,
dfilter_error_msg);
} else {