Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: TSCoach on July 10, 2014, 09:08:13 AM

Title: Typo im Webinterface
Post by: TSCoach on July 10, 2014, 09:08:13 AM
Hallo Stefan,

In den Hinweisen zum "InactiveChannelCheck" steht diese Zeile:

If no partent channels should be ignored, choose no channels here and select the channel list mode ignore!

mfg Thomas
Title: Re: Typo im Webinterface
Post by: Stefan1200 on July 10, 2014, 12:33:28 PM
Schöner Tippfehler ;)
Danke dir.

Da es jetzt nicht kritisch ist, wird es bei der nächsten Version (im Moment ist keine in Vorbereitung, dauert also noch) gefixt sein. Wenn ich daran denke poste ich hier die Tage den SQL Befehl, wie es jeder vorab fixen kann.
Title: Re: Typo im Webinterface
Post by: TSCoach on July 10, 2014, 01:55:13 PM
Danke.

Kein Problem. Ich nutzte das sowieso nicht und in der SQL Datenbank könnte ich es ja auch selbst ausbessern. Wollte es nur posten, damit du's weißt :-)

mfg Thomas
Title: Re: Typo im Webinterface
Post by: Stefan1200 on July 10, 2014, 06:20:43 PM
Diesen SQL Befehl einfach in der MySQL Datenbank vom Bot Web Interface ausführen, und der Typo ist gefixt:
Just execute this SQL command within the MySQL database of the bot web interface and the typo is fixed:

UPDATE `jts3servermodwebui_translation` SET `textmessage` = 'Choose all partent channels for the following mode. Press the CTRL (MacOS X: Apple) key while selecting more than one entry.\r\n\r\nDepends on the given mode, all sub-channels of this channels can be ignored or only sub-channels of this channels will be checked!\r\n\r\nIf no parent channels should be ignored, choose no channels here and select the channel list mode ignore!' WHERE `textkey` = 'help_inactivechannelcheck_parentchannel_list' AND `language_id` = 1 AND `webpage` =  'InactiveChannelCheck';