diff --git a/dashboard-ui/mypreferenceswebclient.html b/dashboard-ui/mypreferenceswebclient.html
index ea68025001..1e8b8c807a 100644
--- a/dashboard-ui/mypreferenceswebclient.html
+++ b/dashboard-ui/mypreferenceswebclient.html
@@ -29,8 +29,9 @@
-
-
+
+
+
@@ -42,8 +43,9 @@
-
-
+
+
+
@@ -56,8 +58,9 @@
-
-
+
+
+
@@ -70,8 +73,9 @@
-
-
+
+
+
diff --git a/dashboard-ui/scripts/directorybrowser.js b/dashboard-ui/scripts/directorybrowser.js
index c9ec9f2322..7457238488 100644
--- a/dashboard-ui/scripts/directorybrowser.js
+++ b/dashboard-ui/scripts/directorybrowser.js
@@ -54,7 +54,7 @@
}
if (!path) {
- html += '
Network';
+ html += '
' + Globalize.translate('ButtonNetwork') + '';
}
$('#ulDirectoryPickerList', page).html(html).listview('refresh');
@@ -90,7 +90,7 @@
fileOptions.includeFiles = options.includeFiles;
}
- options.header = options.header || "Select Media Path";
+ options.header = options.header || Globalize.translate('HeaderSelectMediaPath');
options.instruction = options.instruction || "";
var html = '