🛠️ Correct app update dialog description
* Changed description to match current app behavior
This commit is contained in:
parent
a4c859865e
commit
621f9b11c5
3 changed files with 5 additions and 9 deletions
|
|
@ -32,7 +32,7 @@ fun AboutUpdateDialog() {
|
|||
description = stringResource(
|
||||
id = R.string.update_app_description
|
||||
),
|
||||
actionText = stringResource(id = R.string.download),
|
||||
actionText = stringResource(id = R.string.proceed),
|
||||
isActionEnabled = true,
|
||||
disableOnClick = false,
|
||||
onDismiss = { onEvent(AboutEvent.OnDismissUpdateDialog) },
|
||||
|
|
|
|||
|
|
@ -69,10 +69,8 @@
|
|||
Прогрес повинен залишитися незмінним, якщо порядок параграфів не був змінений.
|
||||
</string>
|
||||
<string name="update_app_description">
|
||||
Нова версія Book\'s Story була знайдена.
|
||||
Чи бажаєте завантажити її?
|
||||
Натиснувши на кнопку «Завантажити», ви перейдете в ваш браузер
|
||||
та завантажете останнє оновлення автоматично.
|
||||
Нова версія застосунку була знайдена.
|
||||
Чи бажаєте продовжити та перейти на сторінку релізу?
|
||||
</string>
|
||||
<string name="enable_check_for_updates_description">
|
||||
Увімкнувши «Перевіряти на оновлення» застосунок буде отримувати інформацію про останній реліз
|
||||
|
|
|
|||
|
|
@ -70,10 +70,8 @@
|
|||
The progress should remain unchanged unless the order of paragraphs was changed.
|
||||
</string>
|
||||
<string name="update_app_description">
|
||||
New version of Book\'s Story was found.
|
||||
Do you want to download it?
|
||||
By clicking the «Download» button you will be transferred
|
||||
to your browser and download the latest update automatically.
|
||||
New app version was found.
|
||||
Do you want to proceed and go to the release page?
|
||||
</string>
|
||||
<string name="enable_check_for_updates_description">
|
||||
By enabling «Check for updates»
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue