[gnome-applets] Fixed typo in string. Fixes bug #684524



commit 559f6019d0b6a2eab86ba1c8555c9ac394325640
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Oct 28 19:50:43 2012 +0100

    Fixed typo in string. Fixes bug #684524

 trashapplet/src/trashapplet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c
index 3dcbdd8..aa8cc32 100644
--- a/trashapplet/src/trashapplet.c
+++ b/trashapplet/src/trashapplet.c
@@ -374,7 +374,7 @@ trash_applet_open_folder (GtkAction   *action,
 
   if (err)
     {
-      error_dialog (applet, _("Error while spawning nautilus:\n%s"),
+      error_dialog (applet, _("Error while spawning Nautilus:\n%s"),
       err->message);
       g_error_free (err);
     }



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