[nautilus] Change "Stretch Icon" to "Resize Icon" (#459900).
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Change "Stretch Icon" to "Resize Icon" (#459900).
- Date: Mon, 3 May 2010 15:32:39 +0000 (UTC)
commit e0f463562e894a2f394279d00fdf027343d2efad
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 3 17:34:26 2010 +0200
Change "Stretch Icon" to "Resize Icon" (#459900).
src/file-manager/fm-icon-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c
index a777374..e8744ca 100644
--- a/src/file-manager/fm-icon-view.c
+++ b/src/file-manager/fm-icon-view.c
@@ -1494,8 +1494,8 @@ fm_icon_view_start_renaming_file (FMDirectoryView *view,
static const GtkActionEntry icon_view_entries[] = {
/* name, stock id, label */ { "Arrange Items", NULL, N_("Arran_ge Items") },
/* name, stock id */ { "Stretch", NULL,
- /* label, accelerator */ N_("Stretc_h Icon..."), NULL,
- /* tooltip */ N_("Make the selected icon stretchable"),
+ /* label, accelerator */ N_("Resize Icon..."), NULL,
+ /* tooltip */ N_("Make the selected icon resizable"),
G_CALLBACK (action_stretch_callback) },
/* name, stock id */ { "Unstretch", NULL,
/* label, accelerator */ N_("Restore Icons' Original Si_zes"), NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]