[gnome-bluetooth] settings: describe reveal as "Open Containing Folder"



commit dabbf9b86853e643f3c28c9636b10a052893598e
Author: Will Thompson <will willthompson co uk>
Date:   Wed Jul 17 18:24:56 2019 +0100

    settings: describe reveal as "Open Containing Folder"
    
    We had reports that the current string is a bit obscure; including the
    word “Folder” in the message makes it clearer that a folder will be
    shown.
    
    Evince also uses the expression "Open Containing Folder" for the same
    action, so this change improves consistency across the desktop.

 lib/bluetooth-settings-obexpush.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/bluetooth-settings-obexpush.c b/lib/bluetooth-settings-obexpush.c
index 0bb7f154..53ffee72 100644
--- a/lib/bluetooth-settings-obexpush.c
+++ b/lib/bluetooth-settings-obexpush.c
@@ -160,7 +160,7 @@ show_notification (const char *filename)
                                                (NotifyActionCallback) notification_launch_action_on_file_cb,
                                                g_strdup (file_uri), (GFreeFunc) g_free);
        }
-       notify_notification_add_action (notification, "reveal", _("Reveal File"),
+       notify_notification_add_action (notification, "reveal", _("Open Containing Folder"),
                                        (NotifyActionCallback) notification_launch_action_on_file_cb,
                                        g_strdup (file_uri), (GFreeFunc) g_free);
 


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