diff options
Diffstat (limited to 'src/lib/elm_clock.h')
-rw-r--r-- | src/lib/elm_clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_clock.h b/src/lib/elm_clock.h index a085d4b6b..0ec7e4345 100644 --- a/src/lib/elm_clock.h +++ b/src/lib/elm_clock.h | |||
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | * This is a @b digital clock widget. In its default theme, it has a | 11 | * This is a @b digital clock widget. In its default theme, it has a |
12 | * vintage "flipping numbers clock" appearance, which will animate | 12 | * vintage "flipping numbers clock" appearance, which will animate |
13 | * sheets of individual algarisms individually as time goes by. | 13 | * sheets of individual algorisms individually as time goes by. |
14 | * | 14 | * |
15 | * A newly created clock will fetch system's time (already | 15 | * A newly created clock will fetch system's time (already |
16 | * considering local time adjustments) to start with, and will tick | 16 | * considering local time adjustments) to start with, and will tick |
@@ -25,7 +25,7 @@ | |||
25 | * Also, when under edition mode, user clicks on the cited arrows | 25 | * Also, when under edition mode, user clicks on the cited arrows |
26 | * which are @b held for some time will make the clock to flip the | 26 | * which are @b held for some time will make the clock to flip the |
27 | * sheet, thus editing the time, continuously and automatically for | 27 | * sheet, thus editing the time, continuously and automatically for |
28 | * the user. The interval between sheet flips will keep growing in | 28 | * the user. The interval between sheet flips will keep reducing in |
29 | * time, so that it helps the user to reach a time which is distant | 29 | * time, so that it helps the user to reach a time which is distant |
30 | * from the one set. | 30 | * from the one set. |
31 | * | 31 | * |