Author: bklaas
Date: Wed Apr 16 06:46:26 2008
New Revision: 2243

URL: http://svn.slimdevices.com?rev=2243&root=Jive&view=rev
Log:
Bug: 5465
Description: Screen dims too quickly to read the help message. Add a comma to 
help string.

Modified:
    
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
    
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/strings.txt

Modified: 
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
URL: 
http://svn.slimdevices.com/7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua?rev=2243&root=Jive&r1=2242&r2=2243&view=diff
==============================================================================
--- 
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 (original)
+++ 
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/SqueezeboxJiveApplet.lua
 Wed Apr 16 06:46:26 2008
@@ -688,7 +688,7 @@
        popup:show()
 
        self.lockedPopup = popup
-       self.lockedTimer = Timer(2000,
+       self.lockedTimer = Timer(5000,
                                 function()
                                         self:_setBrightness(true, 0, 0)
                                         self:_setCPUSpeed(false)

Modified: 
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/strings.txt
URL: 
http://svn.slimdevices.com/7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/strings.txt?rev=2243&root=Jive&r1=2242&r2=2243&view=diff
==============================================================================
--- 
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/strings.txt
 (original)
+++ 
7.0/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SqueezeboxJive/strings.txt
 Wed Apr 16 06:46:26 2008
@@ -16,7 +16,7 @@
 BSP_SCREEN_LOCKED_HELP
        DA      For at låse op, tryk ADD og PLAY på samme tid.
        DE      Drücken Sie zum Aufheben der Sperre gleichzeitig ADD und PLAY.
-       EN      To unlock press the ADD and PLAY buttons at the same time.
+       EN      To unlock, press the ADD and PLAY buttons at the same time.
        ES      Para desbloquear, pulse los botones ADD y PLAY simultáneamente.
        FR      Pour déverrouiller, appuyez sur les boutons ADD et PLAY 
simultanément.
        IT      Per sbloccare premere contemporaneamente i pulsanti ADD e PLAY.

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to