From: Michael Prager Date: Sun, 10 Oct 2010 20:44:50 +0000 (+0200) Subject: forgot to actually make use of the new translation text for settings page title X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/e68d3e9537295c97cf479276d8fe1faf4d11296f forgot to actually make use of the new translation text for settings page title --- diff --git a/comingNext/index.html b/comingNext/index.html index dbc8fa3..68a9a8d 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -742,6 +742,7 @@ function init() //updateData(); requestNotification(); window.setInterval('updateData()', 1000 * 60 * config['updateDataInterval'].Value); + document.getElementById("settingsTitle").innerHTML = getLocalizedText('menu.settings'); mode = 0; showHomescreen();