Skip to content

Commit

Permalink
ui: rename preset names again
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanakvlun committed Jun 21, 2017
1 parent 90174a8 commit 9996679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ltconfig/data/ltconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Deluge.plugins.ltconfig.ui.PreferencePage = Ext.extend(Ext.Panel, {
margins: '0 8 0 0',
mode: 'local',
store: [
[0, 'Startup Settings'],
[0, 'Pre-ltConfig Settings'],
[1, 'Libtorrent Defaults'],
[2, 'High Performance Seed'],
[3, 'Minimum Memory Usage']
Expand Down
2 changes: 1 addition & 1 deletion ltconfig/data/wnd_preferences.glade
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<child>
<widget class="GtkComboBox" id="presets">
<property name="visible">True</property>
<property name="items" translatable="yes">Startup Settings
<property name="items" translatable="yes">Pre-ltConfig Settings
Libtorrent Defaults
High Performance Seed
Minimum Memory Usage</property>
Expand Down

0 comments on commit 9996679

Please sign in to comment.