Skip to content

Commit

Permalink
fix time in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Oct 2, 2023
1 parent df24b12 commit 89f7a0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 10-bitClockWidget/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
minSdk 14
targetSdk 33
versionCode 220
versionName "2.2"
versionCode 221
versionName "2.2-1"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion 10-bitClockWidget/app/src/main/assets/help-tr.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
dakikayı (0-59) ve bu noktaların renkleri araç ayarlarında ayarlandığı
üzere öğleden önce/öğleden sonra olduğunu gösterir. Ayrıca sönük noktalar
0s ve parlak noktalar 1s'dir, yani aşağıdaki görselde ilk 4 nokta bize
1010'u (10) gösterirken diğer 6 nokta 010011'i (19) göstermektedir.
1001'u (9) gösterirken diğer 6 nokta 110010'i (50) göstermektedir.
</p>
<img src="file:///android_asset/widget_info.png" />
</body>
Expand Down
4 changes: 2 additions & 2 deletions 10-bitClockWidget/app/src/main/assets/help-uk.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
годину (0-11), інші 6 крапок відображають хвилини (0-59), а колір цих
крапок позначає ранок/вечір, як визначено в налаштуваннях віджета.
Крім того, тьмяні крапки мають значення 0, а яскраві — 1, тому на
наступному зображенні перші 4 крапки означають 1010 (10), а інші
6 крапок означають 010011 (19).
наступному зображенні перші 4 крапки означають 1001 (9), а інші
6 крапок означають 110010 (50).
</p>
<img src="file:///android_asset/widget_info.png" />
</body>
Expand Down
4 changes: 2 additions & 2 deletions 10-bitClockWidget/app/src/main/assets/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
(before separator line) represents hour (0-11), other 6 dots represent
minutes (0-59) and color of these dots denotes A.M./P.M. as defined in
widget settings. Furthermore, dim dots are 0s and bright dots are 1s, so
in following image, first 4 dots denote 1010 (10) and other 6 dots denote
010011 (19).
in following image, first 4 dots denote 1001 (9) and other 6 dots denote
110010 (50).
</p>
<img src="file:///android_asset/widget_info.png" />
</body>
Expand Down

0 comments on commit 89f7a0c

Please sign in to comment.