[gnome-bluetooth] sendto: Use Unicode in translatable strings



commit 52126e819d26c97b406c802882e1e258e7902476
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Nov 7 13:36:29 2016 +0100

    sendto: Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774042

 sendto/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index bd53da4..742a097 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -824,7 +824,7 @@ static GOptionEntry options[] = {
        { "device", 0, 0, G_OPTION_ARG_STRING, &option_device,
                                N_("Remote device to use"), N_("ADDRESS") },
        { "name", 0, 0, G_OPTION_ARG_STRING, &option_device_name,
-                               N_("Remote device's name"), N_("NAME") },
+                               N_("Remote device’s name"), N_("NAME") },
        { "dest", 0, G_OPTION_FLAG_HIDDEN,
                        G_OPTION_ARG_STRING, &option_device, NULL, NULL },
        { G_OPTION_REMAINING, 0, 0,
@@ -843,7 +843,7 @@ int main(int argc, char *argv[])
 
        error = NULL;
 
-       if (gtk_init_with_args(&argc, &argv, _("[FILE...]"),
+       if (gtk_init_with_args(&argc, &argv, _("[FILE…]"),
                                options, GETTEXT_PACKAGE, &error) == FALSE) {
                if (error != NULL) {
                        g_printerr("%s\n", error->message);


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