diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-filter.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/gui-filter.c b/src/gui/gui-filter.c index 325c851ff..349ac8f75 100644 --- a/src/gui/gui-filter.c +++ b/src/gui/gui-filter.c @@ -303,7 +303,9 @@ gui_filter_new (int enabled, const char *name, const char *buffer_name, if (gui_filter_search_by_name (name)) { gui_filter_new_error (name, - _("a filter with same name already exists")); + _("a filter with same name already exists " + "(choose another name or use option " + "\"addreplace\" to overwrite it)")); return NULL; } |