[nautilus/wip/oholy/notification-wording] persistence-handler: Drop the word successfully from notification




commit 7a1dc6d7e5cdd516d4ceb437dafa11decb152cf8
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Oct 5 17:44:26 2021 +0200

    persistence-handler: Drop the word successfully from notification
    
    The notification is shown when all operations are completed and Nautilus doesn't
    have a focus. It says that "All file operations have been successfully completed".
    This is shown also when some errors were skipped. So the word "successfully"
    is a bit misleading. Let's drop that word from the notification.
    
    Relates: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1953

 src/nautilus-progress-persistence-handler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-progress-persistence-handler.c b/src/nautilus-progress-persistence-handler.c
index 64f45e91d..e6060ac61 100644
--- a/src/nautilus-progress-persistence-handler.c
+++ b/src/nautilus-progress-persistence-handler.c
@@ -145,7 +145,7 @@ progress_persistence_handler_show_complete_notification (NautilusProgressPersist
 
     complete_notification = g_notification_new (_("File Operations"));
     g_notification_set_body (complete_notification,
-                             _("All file operations have been successfully completed"));
+                             _("All file operations have been completed"));
     nautilus_application_send_notification (self->app,
                                             "transfer-complete",
                                             complete_notification);


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