From: Felix Domke Date: Tue, 27 May 2008 15:50:41 +0000 (+0000) Subject: fix text X-Git-Tag: 2.6.0~1214 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/434a7c88f4b48abeace67e28771e781e41a4c1c4 fix text --- diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py index 6cf7c8fe..fa5ed24e 100644 --- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py @@ -49,7 +49,7 @@ def confirmed(answer): def SecSetupMain(Session, **kwargs): global session session = Session - session.openWithCallback(confirmed, MessageBox, _("Please do not change values when you not know what you do!"), MessageBox.TYPE_INFO) + session.openWithCallback(confirmed, MessageBox, _("Please do not change any values unless you know what you are doing!"), MessageBox.TYPE_INFO) def SecSetupStart(menuid): show = False