commit b8842a15840426af5cfba3936b11fb18c3e65ed0
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Mar 23 12:45:28 2019 +0100

    Add l10n mark
---
 src/frontends/qt4/GuiView.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp
index 360a6f5..dfab5d7 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.

Reply via email to