[gnome-applets] trash: fix typo



commit 8b049a1518b11f924cc03bf5636001beb548ee4a
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Aug 6 13:20:38 2017 +0300

    trash: fix typo

 trash/src/trash-applet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/trash/src/trash-applet.c b/trash/src/trash-applet.c
index bbeb968..7778334 100644
--- a/trash/src/trash-applet.c
+++ b/trash/src/trash-applet.c
@@ -466,14 +466,14 @@ confirm_delete_immediately (GtkWidget *parent_view,
   if (all)
     {
       prompt = _("Cannot move items to trash, do you want to delete them immediately?");
-      detail = g_strdub_printf (ngettext ("The selected item cannot be moved to the trash",
+      detail = g_strdup_printf (ngettext ("The selected item cannot be moved to the trash",
                                           "None of the %d selected items can be moved to the Trash",
                                           num_files), num_files);
     }
   else
     {
       prompt = _("Cannot move some items to trash, do you want to delete these immediately?");
-      detail = g_strdub_printf (ngettext ("The selected item cannot be moved to the Trash",
+      detail = g_strdup_printf (ngettext ("The selected item cannot be moved to the Trash",
                                           "%d of the selected items cannot be moved to the Trash",
                                           num_files) , num_files);
     }


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