[nautilus] Fix typo in previous patch



commit 4bd168e407f8556fabc4edfc5d0a67725f2a2d10
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Dec 5 15:32:09 2012 +0100

    Fix typo in previous patch

 src/nautilus-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 87e452b..a113e38 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -8618,7 +8618,7 @@ real_update_menus (NautilusView *view)
 
 	if (selection_contains_recent) {
 		label = _("Remo_ve from Recent");
-		tip = _("Remove each selected item from the recenly used list");
+		tip = _("Remove each selected item from the recently used list");
 	} else {
 		label = _("_Delete");
 		tip = _("Delete each selected item, without moving to the Trash");



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