[nautilus] Fix mnemonics clash between Paste and Properties
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Fix mnemonics clash between Paste and Properties
- Date: Wed, 15 Aug 2012 13:41:40 +0000 (UTC)
commit 0d6ac8033036d2698baf1c617bd86a1ea73e34d4
Author: William Jon McCann <jmccann redhat com>
Date: Tue Aug 14 16:42:40 2012 -0400
Fix mnemonics clash between Paste and Properties
https://bugzilla.gnome.org/show_bug.cgi?id=603084
src/nautilus-view.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 8dda557..3327765 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -7272,7 +7272,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* name, stock id, label */ { "Open With", NULL, N_("Open Wit_h"),
NULL, N_("Choose a program with which to open the selected item") },
/* name, stock id */ { "Properties", GTK_STOCK_PROPERTIES,
- /* label, accelerator */ N_("_Properties"), "<alt>Return",
+ /* label, accelerator */ N_("P_roperties"), "<alt>Return",
/* tooltip */ N_("View or modify the properties of each selected item"),
G_CALLBACK (action_properties_callback) },
/* name, stock id */ { "PropertiesAccel", NULL,
@@ -7372,7 +7372,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Create a symbolic link for each selected item"),
G_CALLBACK (action_create_link_callback) },
/* name, stock id */ { "Rename", NULL,
- /* label, accelerator */ N_("_Rename..."), "F2",
+ /* label, accelerator */ N_("Rena_me..."), "F2",
/* tooltip */ N_("Rename selected item"),
G_CALLBACK (action_rename_callback) },
/* name, stock id */ { "RenameSelectAll", NULL,
@@ -7535,7 +7535,7 @@ static const GtkActionEntry directory_view_entries[] = {
G_CALLBACK (action_location_detect_media_callback) },
/* name, stock id */ { "LocationProperties", GTK_STOCK_PROPERTIES,
- /* label, accelerator */ N_("_Properties"), NULL,
+ /* label, accelerator */ N_("P_roperties"), NULL,
/* tooltip */ N_("View or modify the properties of this folder"),
G_CALLBACK (action_location_properties_callback) },
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]