summaryrefslogtreecommitdiffstats
path: root/src/gui_haiku.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_haiku.cc')
-rw-r--r--src/gui_haiku.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc
index 6d973c5656..1dd29b760a 100644
--- a/src/gui_haiku.cc
+++ b/src/gui_haiku.cc
@@ -3847,7 +3847,7 @@ gui_mch_get_font(
if (name == 0 && be_fixed_font == 0) {
if (giveErrorIfMissing)
- semsg(_(e_font), name);
+ semsg(_(e_unknown_font_str), name);
return NOFONT;
}
@@ -3914,7 +3914,7 @@ gui_mch_get_font(
if (count_font_styles(family) <= 0) {
if (giveErrorIfMissing)
- semsg(_(e_font), font->name);
+ semsg(_(e_unknown_font_str), font->name);
delete font;
return NOFONT;
}