From: Juergen Spitzmueller Date: Sat, 23 Mar 2019 11:45:28 +0000 (+0100) Subject: Add l10n mark X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2370 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b8842a15840426af5cfba3936b11fb18c3e65ed0;p=features.git Add l10n mark --- 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.