summaryrefslogtreecommitdiffstats
path: root/src/optionstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionstr.c')
-rw-r--r--src/optionstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionstr.c b/src/optionstr.c
index f555beef10..f4a8cb8397 100644
--- a/src/optionstr.c
+++ b/src/optionstr.c
@@ -1003,9 +1003,9 @@ ambw_end:
#if defined(FEAT_GUI_GTK)
if (errmsg == NULL && varp == &p_tenc && gui.in_use)
{
- // GTK+ 2 uses only a single encoding, and that is UTF-8.
+ // GTK uses only a single encoding, and that is UTF-8.
if (STRCMP(p_tenc, "utf-8") != 0)
- errmsg = N_("E617: Cannot be changed in the GTK+ 2 GUI");
+ errmsg = e_cannot_be_changed_in_gtk_GUI;
}
#endif