From 293dd687a0039a935800d0c6aa50253d7ca00bff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 18 Nov 2012 23:54:33 +0000 Subject: [PATCH] Continued: - Tried to prevent 'mt_word2' being inserted in default main title in installation phase - TODOs.txt updated --- DOCS/TODOs.txt | 3 ++- inc/language/de.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 47f8189435..668d40949c 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -63,7 +63,8 @@ ./inc/functions.php:2473:// @TODO cacheFiles is not yet supported ./inc/gen_sql_patches.php:95:// @TODO Rewrite this to a filter ./inc/header.php:66:// @TODO Find a way to not use direct module comparison -./inc/install-functions.php:91: // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0); +./inc/install-functions.php:402: // @TODO Comparing with DEFAULT_MAIN_TITLE doesn't work +./inc/install-functions.php:97: // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0); ./inc/language/de.php:1141: // @TODO Rewrite these two constants ./inc/language/de.php:1157: // @TODO Rewrite these three constants ./inc/language/de.php:46: // @TODO Please sort these language elements diff --git a/inc/language/de.php b/inc/language/de.php index 9ea81d38f0..60f0403bbd 100644 --- a/inc/language/de.php +++ b/inc/language/de.php @@ -873,7 +873,7 @@ addMessages(array( 'DEFAULT_MT_WORD2' => "Mailtausches", 'DEFAULT_MT_WORD3' => "Mailtauscher", 'DEFAULT_POINTS' => "Punkte", - 'DEFAULT_MAIN_TITLE' => "Titel Ihres {?mt_word2?} hier", + 'DEFAULT_MAIN_TITLE' => "Titel Ihres {OPEN_CONFIG}mt_word2{CLOSE_CONFIG} hier", 'DEFAULT_SLOGAN' => "Ihr Werbespruch hier", 'DEFAULT_WEBMASTER' => "ihre@email-addresse.example", 'PROBLEM_POINTS_OVERVIEW_UNAVAILABLE' => "{?POINTS?}-Übersicht derzeit nicht verfügbar.", -- 2.39.2