[template-glib] Use Unicode quotation marks in a translatable string



commit 7e9d7cc6c097aa34af3ecd191281689a34722ccb
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Jun 5 12:47:02 2017 +0200

    Use Unicode quotation marks in a translatable string
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772263

 src/tmpl-template-locator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tmpl-template-locator.c b/src/tmpl-template-locator.c
index 8fc6b5a..db49fc2 100644
--- a/src/tmpl-template-locator.c
+++ b/src/tmpl-template-locator.c
@@ -102,7 +102,7 @@ tmpl_template_locator_real_locate (TmplTemplateLocator  *self,
       g_set_error (error,
                    TMPL_ERROR,
                    TMPL_ERROR_TEMPLATE_NOT_FOUND,
-                   _("Failed to locate template \"%s\""),
+                   _("Failed to locate template “%s”"),
                    path);
       return NULL;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]