summaryrefslogtreecommitdiffstats
path: root/src/optionstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionstr.c')
-rw-r--r--src/optionstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionstr.c b/src/optionstr.c
index 85405edec3..49d23b06e5 100644
--- a/src/optionstr.c
+++ b/src/optionstr.c
@@ -380,7 +380,7 @@ set_string_option_direct(
idx = findoption(name);
if (idx < 0) // not found (should not happen)
{
- semsg(_(e_intern2), "set_string_option_direct()");
+ semsg(_(e_internal_error_str), "set_string_option_direct()");
siemsg(_("For option %s"), name);
return;
}