[#2354|GTKUI] Fix alt-f conflict between Tabs and Menu
This commit is contained in:
parent
fb4307f748
commit
03ca4cfa46
|
@ -1060,7 +1060,7 @@
|
||||||
<object class="GtkLabel" id="files_tab_label">
|
<object class="GtkLabel" id="files_tab_label">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="label" translatable="yes">_Files</property>
|
<property name="label" translatable="yes">Fi_les</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|
|
@ -139,7 +139,7 @@ class TorrentDetails(component.Component):
|
||||||
'All': _('_All'),
|
'All': _('_All'),
|
||||||
'Status': _('_Status'),
|
'Status': _('_Status'),
|
||||||
'Details': _('_Details'),
|
'Details': _('_Details'),
|
||||||
'Files': _('_Files'),
|
'Files': _('Fi_les'),
|
||||||
'Peers': _('_Peers'),
|
'Peers': _('_Peers'),
|
||||||
'Options': _('_Options'),
|
'Options': _('_Options'),
|
||||||
'Trackers': _('_Trackers')
|
'Trackers': _('_Trackers')
|
||||||
|
|
Loading…
Reference in New Issue