[Xfce4-commits] [apps/ristretto] 01/01: Improve "Sorting" menu

noreply at xfce.org noreply at xfce.org
Fri Jul 12 20:37:14 CEST 2019


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/ristretto.

commit 221535b2bf4a716a819f63fadad858b2ff0cc364
Author: Igor <f2404 at yandex.ru>
Date:   Fri Jul 12 14:36:37 2019 -0400

    Improve "Sorting" menu
    
    Fixes bug #15539
---
 src/main_window.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index 0e4e09f..2c2a0b8 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -423,7 +423,7 @@ static GtkActionEntry action_entries[] =
             NULL, },
   { "sorting-menu",
             NULL,
-            N_ ("_Sorting"),
+            N_ ("_Sort by"),
             NULL,
             NULL,
             NULL, },
@@ -663,19 +663,19 @@ static const GtkRadioActionEntry radio_action_sort_entries[] =
 {
     {"sort-filename",
             NULL, /* Icon-name */
-            N_("sort by filename"), /* Label-text */
+            N_("file name"), /* Label-text */
             NULL, /* Keyboard shortcut */
             NULL, /* Tooltip text */
             SORT_TYPE_NAME},
     {"sort-filetype",
             NULL, /* Icon-name */
-            N_("sort by filetype"), /* Label-text */
+            N_("file type"), /* Label-text */
             NULL, /* Keyboard shortcut */
             NULL, /* Tooltip text */
             SORT_TYPE_TYPE},
     {"sort-date",
             NULL, /* Icon-name */
-            N_("sort by date"), /* Label-text */
+            N_("date"), /* Label-text */
             NULL, /* Keyboard shortcut */
             NULL, /* Tooltip text */
             SORT_TYPE_DATE},

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list