summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2012-12-05 15:32:09 +0100
committerPaolo Borelli <pborelli@gnome.org>2012-12-05 15:32:09 +0100
commit4bd168e407f8556fabc4edfc5d0a67725f2a2d10 (patch)
treec1622dfcc407dfe020b329a10ed3a079f1ac0467
parentbda59c99a73917dc877be58a52e8edc57c736103 (diff)
downloadnautilus-4bd168e407f8556fabc4edfc5d0a67725f2a2d10.tar.gz
Fix typo in previous patch
-rw-r--r--src/nautilus-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 87e452bc2..a113e3875 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");