From e68d3e9537295c97cf479276d8fe1faf4d11296f Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Sun, 10 Oct 2010 22:44:50 +0200 Subject: [PATCH] forgot to actually make use of the new translation text for settings page title --- comingNext/index.html | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.2