[nautilus] window: Change toast title "deleted" to "moved to trash"



commit a72a7b6670f3b3f0d3739567ce4364f46f0af15f
Author: Gotam Gorabh <gautamy672 gmail com>
Date:   Wed Aug 10 09:19:35 2022 +0000

    window: Change toast title "deleted" to "moved to trash"
    
    Consistent with the context menu "Move to Trash" label.
    
    Fixes #2360

 src/nautilus-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index ca037ab1a..f1e1e341a 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -1177,7 +1177,7 @@ toast_undo_deleted_get_label (NautilusFileUndoInfo *undo_info)
     {
         file_label = g_file_get_basename (files->data);
         /* Translators: only one item has been deleted and %s is its name. */
-        label = g_markup_printf_escaped (_("“%s” deleted"), file_label);
+        label = g_markup_printf_escaped (_("“%s” moved to trash"), file_label);
         g_free (file_label);
     }
     else


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