[#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">
|
||||
<property name="visible">True</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>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
|
@ -139,7 +139,7 @@ class TorrentDetails(component.Component):
|
|||
'All': _('_All'),
|
||||
'Status': _('_Status'),
|
||||
'Details': _('_Details'),
|
||||
'Files': _('_Files'),
|
||||
'Files': _('Fi_les'),
|
||||
'Peers': _('_Peers'),
|
||||
'Options': _('_Options'),
|
||||
'Trackers': _('_Trackers')
|
||||
|
|
Loading…
Reference in New Issue