From b056089332923cb704fbd2fa2d68e75b345f9af5 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Thu, 9 Jun 2022 19:35:44 +0200 Subject: [PATCH] Add missing translation --- i18n/src/main/res/values/strings.xml | 4 +--- .../de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/i18n/src/main/res/values/strings.xml b/i18n/src/main/res/values/strings.xml index 1674f1de..ab1a4e1a 100644 --- a/i18n/src/main/res/values/strings.xml +++ b/i18n/src/main/res/values/strings.xml @@ -595,13 +595,11 @@ Select what to backup: - Not included: + Connected accounts and 3rd party app widgets will not be backed up. Favorites & hidden apps Settings Web search shortcuts Built-in widgets - Connected accounts - 3rd party app widgets The backup has been completed. The selected file does not appear to be a backup. Are you sure you selected the right file? diff --git a/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt b/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt index f0a5bddd..eef97dee 100644 --- a/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt +++ b/ui/src/main/java/de/mm20/launcher2/ui/settings/backup/CreateBackupSheet.kt @@ -119,7 +119,7 @@ fun CreateBackupSheet( SmallMessage( modifier = Modifier.padding(top = 8.dp), icon = Icons.Rounded.Warning, - text = "Connected accounts and 3rd party app widgets will not be backed up." + text = stringResource(R.string.backup_not_included) ) } }