diff --git a/src/webui/www/private/preferences.html b/src/webui/www/private/preferencesToolbar.html
similarity index 100%
rename from src/webui/www/private/preferences.html
rename to src/webui/www/private/preferencesToolbar.html
diff --git a/src/webui/www/private/properties.html b/src/webui/www/private/propertiesToolbar.html
similarity index 100%
rename from src/webui/www/private/properties.html
rename to src/webui/www/private/propertiesToolbar.html
diff --git a/src/webui/www/private/scripts/client.js b/src/webui/www/private/scripts/client.js
index 15a1365a2..aeaf33f28 100644
--- a/src/webui/www/private/scripts/client.js
+++ b/src/webui/www/private/scripts/client.js
@@ -873,7 +873,7 @@ window.addEvent('load', function() {
css: ['css/Tabs.css', 'css/dynamicTable.css'],
js: ['scripts/prop-general.js', 'scripts/prop-trackers.js', 'scripts/prop-peers.js', 'scripts/prop-webseeds.js', 'scripts/prop-files.js'],
},
- tabsURL: 'properties.html',
+ tabsURL: 'propertiesToolbar.html',
tabsOnload: function() {
MochaUI.initializeTabs('propertiesTabs');
diff --git a/src/webui/www/private/scripts/mocha-init.js b/src/webui/www/private/scripts/mocha-init.js
index 788b79f47..3388e4d11 100644
--- a/src/webui/www/private/scripts/mocha-init.js
+++ b/src/webui/www/private/scripts/mocha-init.js
@@ -173,7 +173,7 @@ const initializeWindows = function() {
require: {
css: ['css/Tabs.css']
},
- toolbarURL: 'preferences.html',
+ toolbarURL: 'preferencesToolbar.html',
maximizable: false,
closable: true,
paddingVertical: 0,
diff --git a/src/webui/www/webui.qrc b/src/webui/www/webui.qrc
index b6605e306..25b402f6b 100644
--- a/src/webui/www/webui.qrc
+++ b/src/webui/www/webui.qrc
@@ -20,9 +20,9 @@
private/installsearchplugin.html
private/newcategory.html
private/newtag.html
- private/preferences.html
+ private/preferencesToolbar.html
private/preferences_content.html
- private/properties.html
+ private/propertiesToolbar.html
private/properties_content.html
private/rename.html
private/search.html