diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-10-08 13:57:08 +0200 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-10-08 13:57:08 +0200 |
| commit | 8e5d9f980781cf53d82f11f774a6987e8012e6d8 (patch) | |
| tree | 9fb3675b811070dcb4772a99b549f20b126de9ff /data | |
| parent | ce804e4009e25cdb1226c006c41b7edfaab56e06 (diff) | |
| download | enigma2-8e5d9f980781cf53d82f11f774a6987e8012e6d8.tar.gz enigma2-8e5d9f980781cf53d82f11f774a6987e8012e6d8.zip | |
refs bug #592
"pin" => "PIN"
Diffstat (limited to 'data')
| -rw-r--r-- | data/startwizard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 47d39e1e..a6b773e1 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -142,7 +142,7 @@ config.ParentalControl.configured.save() </code> </step> <step id="parentalsetup"> - <text value="You need to set a pin code and hide it from your children.\n\nDo you want to set the pin now?" /> + <text value="You need to set a PIN code and hide it from your children.\n\nDo you want to set the pin now?" /> <list> <listentry caption="Yes" step="finishparentalsetup" /> <listentry caption="No" step="warnpin" /> @@ -154,7 +154,7 @@ if self["list"].index == 0: </code> </step> <step id="warnpin"> - <text value="Please be aware, that anyone can disable the parental control, if you have not set a pin." /> + <text value="Please be aware, that anyone can disable the parental control, if you have not set a PIN." /> </step> <step id="finishparentalsetup"> <code> |
