[#2354|GTKUI] Fix alt-f conflict between Tabs and Menu

This commit is contained in:
Calum Lind 2017-06-16 14:41:54 +01:00
parent fb4307f748
commit 03ca4cfa46
2 changed files with 2 additions and 2 deletions

View File

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

View File

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