[nautilus] application: use ellipsis instead of three dots



commit d8b38a3d5cc594186f72057dc2919c37caaad162
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Sep 22 11:44:23 2016 +0200

    application: use ellipsis instead of three dots
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771819

 src/nautilus-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 6380b63..8e7c78f 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -898,7 +898,7 @@ const GOptionEntry options[] =
       N_("Quit Nautilus."), NULL },
     { "select", 's', 0, G_OPTION_ARG_NONE, NULL,
       N_("Select specified URI in parent folder."), NULL },
-    { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, NULL, N_("[URI...]") },
+    { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, NULL, N_("[URIā€¦]") },
 
     { NULL }
 };


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