[gnome-commander] Use Unicode quotation marks in a new translatable string



commit aa8632675c17c7c358a56cf57c58a8dbdcad4f3c
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Mar 5 18:55:36 2019 +0100

    Use Unicode quotation marks in a new translatable string
    
    See https://developer.gnome.org/hig/stable/typography.html

 src/utils.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/utils.cc b/src/utils.cc
index 18282e11..32d37f48 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -1243,7 +1243,7 @@ gboolean move_old_to_new_location(const gchar* oldPath, const gchar* newPath)
     {
         return TRUE;
     }
-    g_warning (_("Couldn’t move path from \"%s\" to \"%s\": %s"), oldPath, newPath, strerror (errno));
+    g_warning (_("Couldn’t move path from “%s” to “%s”: %s"), oldPath, newPath, strerror (errno));
 
     return FALSE;
 }


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