summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2002-12-05 13:35:13 +0000
committerGlynn Foster <gman@src.gnome.org>2002-12-05 13:35:13 +0000
commit5d647db52b47051b75f5e3e3048fda07fe76dd14 (patch)
tree1dff05a77856f76781749d0d58ec8a55e1def9cd
parent6b70b20ba7b7fafd406e297b7978177ff324bf95 (diff)
downloadnautilus-5d647db52b47051b75f5e3e3048fda07fe76dd14.tar.gz
Add missing mnemonics.
2002-12-05 Glynn Foster <glynn.foster@sun.com> * libnautilus/nautilus-clipboard-ui.xml: Add missing mnemonics.
-rw-r--r--ChangeLog4
-rw-r--r--libnautilus/nautilus-clipboard-ui.xml8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4facac953..d6f05b138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-05 Glynn Foster <glynn.foster@sun.com>
+
+ * libnautilus/nautilus-clipboard-ui.xml: Add missing mnemonics.
+
2002-12-04 James Willcox <jwillcox@gnome.org>
* src/nautilus-window.c: (nautilus_window_instance_init):
diff --git a/libnautilus/nautilus-clipboard-ui.xml b/libnautilus/nautilus-clipboard-ui.xml
index 200a15957..a6f4ebfed 100644
--- a/libnautilus/nautilus-clipboard-ui.xml
+++ b/libnautilus/nautilus-clipboard-ui.xml
@@ -6,18 +6,18 @@
accel="*Control*x"
_tip="Cut the selected text to the clipboard"/>
<cmd name="Copy"
- _label="Copy Text"
+ _label="_Copy Text"
accel="*Control*c"
_tip="Copy the selected text to the clipboard"/>
<cmd name="Paste"
- _label="Paste Text"
+ _label="_Paste Text"
_tip="Paste the text stored on the clipboard"
accel="*Control*v"/>
<cmd name="Clear"
_tip="Remove the selected text without putting it on the clipboard"
- _label="Clear Text"/>
+ _label="C_lear Text"/>
<cmd name="Select All"
- _label="Select All"
+ _label="Select _All"
_tip="Select all the text in a text field"
accel="*Control*a"/>
</commands>