]> git.lyx.org Git - features.git/commitdiff
Add l10n mark
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 23 Mar 2019 11:45:28 +0000 (12:45 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 23 Mar 2019 11:45:28 +0000 (12:45 +0100)
src/frontends/qt4/GuiView.cpp

index 360a6f5b278351d4b52f46f84b0f4b143eb38bfa..dfab5d7230e5da6144b7677b3732f0a17fbf122f 100644 (file)
@@ -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.