[nautilus] Revert "application: use ellipsis instead of three dots"



commit 0d1ce359ad486a80e8ee3d11fbca143b8e0ba860
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Sep 22 14:53:19 2016 +0200

    Revert "application: use ellipsis instead of three dots"
    
    This reverts commit d8b38a3d5cc594186f72057dc2919c37caaad162.

 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 9cc910c..09c9d0d 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]