Add missing mnemonics.

2002-12-05  Glynn Foster  <glynn.foster@sun.com>

	* libnautilus/nautilus-clipboard-ui.xml: Add missing mnemonics.
This commit is contained in:
Glynn Foster 2002-12-05 13:35:13 +00:00 committed by Glynn Foster
parent 6b70b20ba7
commit 5d647db52b
2 changed files with 8 additions and 4 deletions

View file

@ -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):

View file

@ -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>