From b8842a15840426af5cfba3936b11fb18c3e65ed0 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 23 Mar 2019 12:45:28 +0100 Subject: [PATCH] Add l10n mark --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 360a6f5b27..dfab5d7230 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -2704,7 +2704,7 @@ string const GuiView::getTemplatesPath(Buffer & b) "appropriate to the layout category (%1$s).\n" "This subdirectory does not exists yet.\n" "Do you want to create it?"), - from_utf8(cat)); + _(cat)); if (Alert::prompt(_("Create Category Directory?"), text, 0, 1, _("&Yes, Create"), _("&No, Save Template in Parent Directory")) == 0) { // If the user agreed, we try to create it and report if this failed. -- 2.39.5