Fix mac address mnemonic collision (Adam Stokes)

This commit is contained in:
Cole Robinson 2008-08-04 11:07:21 -04:00
parent 1fbdc32500
commit 14bea347df
2 changed files with 2 additions and 2 deletions

View File

@ -965,7 +965,7 @@
<widget class="GtkCheckButton" id="mac-address">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Set _fixed MAC address for this NIC?</property>
<property name="label" translatable="yes">Set fixed MAC _address for this NIC?</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>

View File

@ -3873,7 +3873,7 @@
<widget class="GtkCheckButton" id="mac-address">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Set _fixed MAC address for your virtual system?</property>
<property name="label" translatable="yes">Set fixed MAC _address for your virtual system?</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>