diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-05-27 15:50:41 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-05-27 15:50:41 +0000 |
| commit | 434a7c88f4b48abeace67e28771e781e41a4c1c4 (patch) | |
| tree | 7ad2095338d48155bde9455cb1a084f0c9c9ce53 /lib/python | |
| parent | 194859e57f6ec4dab2987985ba8f742e05756c09 (diff) | |
| download | enigma2-434a7c88f4b48abeace67e28771e781e41a4c1c4.tar.gz enigma2-434a7c88f4b48abeace67e28771e781e41a4c1c4.zip | |
fix text
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
