Skip to content

Commit 60b2a04

Browse files
committed
🌍 Rephrase "You're successfully done basic setup of the app" in Start screen
Resolves: #205
1 parent bc95eda commit 60b2a04

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

app/src/main/res/values-uk/strings.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,10 @@
427427
<string name="start_theme_preferences">Налаштування теми</string>
428428
<string name="start_scan_preferences">Налаштування сканування</string>
429429
<string name="start_done">Все готово!</string>
430-
<string name="start_done_desc">Ви успішно закінчили базове налаштовування застосунку. Бажаєте дізнатися, як користуватися застосунком, прочитавши екран Довідки?</string>
430+
<string name="start_done_desc">
431+
Налаштування завершено.
432+
Бажаєте перейти до екрана Довідки?
433+
</string>
431434

432435
<!-- History -->
433436
<string name="today">Сьогодні</string>

app/src/main/res/values/strings.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,10 @@
558558
<string name="start_language_preferences">Language preferences</string>
559559
<string name="start_theme_preferences">Theme preferences</string>
560560
<string name="start_scan_preferences">Scan preferences</string>
561-
<string name="start_done">Everything\'s done!</string>
561+
<string name="start_done">Everything is done!</string>
562562
<string name="start_done_desc">
563-
You\'re successfully done basic setting of the app.
564-
Would you like to learn how to use the app by reading Help screen?
563+
Setup completed.
564+
Would you like to go to the Help screen?
565565
</string>
566566

567567
<!-- History -->

0 commit comments

Comments
 (0)