Skip to content

Commit b0193b5

Browse files
committed
more text changes
1 parent 41230e8 commit b0193b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/python/Components/Lcd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,9 @@ def doNothing():
585585
config.lcd.mode = ConfigNothing()
586586
config.lcd.hdd = ConfigNothing()
587587
config.lcd.scrollSpeed = ConfigSelection(choices=[
588-
(500, _("slow")),
589-
(300, _("normal")),
590-
(100, _("fast"))
588+
(500, _("Slow")),
589+
(300, _("Normal")),
590+
(100, _("Fast"))
591591
], default=300)
592592
delayChoices = [(x, _("%d Seconds") % x) for x in (10, 20, 30, 40, 50)] + [(x * 60, ngettext("%d Minute", "%d Minutes", x) % x) for x in (1, 2, 3, 5, 10, 15)] + [(0, _("Off"))]
593593
config.lcd.scrollDelay = ConfigSelection(default=10, choices=delayChoices)

0 commit comments

Comments
 (0)