[nautilus] Fix a typo in a translatable string



commit a02078cae3c5e0bce2a40bfeecf592bcfdcd08d2
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Dec 31 21:58:51 2013 +0100

    Fix a typo in a translatable string
    
    Fixes bug #708797, reported by Ryan Lortie.

 src/nautilus-desktop-canvas-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-desktop-canvas-view.c b/src/nautilus-desktop-canvas-view.c
index 1fd175d..6f11208 100644
--- a/src/nautilus-desktop-canvas-view.c
+++ b/src/nautilus-desktop-canvas-view.c
@@ -685,7 +685,7 @@ static const GtkActionEntry desktop_view_entries[] = {
          /* label, accelerator */
          N_("Restore Icons' Original Si_zes"), NULL,
          /* tooltip */
-         N_("Restore each selected icons to its original size"),
+         N_("Restore each selected icon to its original size"),
          G_CALLBACK (action_unstretch_callback) },
 };
 


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