summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index 9b19cefe36..a5f449a386 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -388,7 +388,7 @@ gui_init_check(void)
if (result != MAYBE)
{
if (result == FAIL)
- emsg(_("E229: Cannot start the GUI"));
+ emsg(_(e_cannot_start_the_GUI));
return result;
}