Make string translatable

This commit is contained in:
MM20 2025-04-27 14:46:08 +02:00
parent a53ee1b273
commit 4e2fbf965f
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ fun TasksIntegrationSettingsScreen() {
}
)
Preference(
title = "Open Tasks app",
title = stringResource(R.string.preference_launch_tasks_app),
icon = Icons.AutoMirrored.Rounded.OpenInNew,
onClick = {
viewModel.launchTasksApp(activity as AppCompatActivity)

View File

@ -670,6 +670,7 @@
<!-- %1$s: app name (Kvaesitso) -->
<string name="preference_tasks_integration_description">Tasks is a free and open source to-do list and reminders app. If installed, %1$s can display and search your tasks from the Tasks app.</string>
<string name="preference_tasks_integration_ready">Tasks integration is fully set up and ready to use.</string>
<string name="preference_launch_tasks_app">Open Tasks app</string>
<string name="preference_contacts_call_on_tap">Tap to call</string>
<string name="preference_contacts_call_on_tap_summary">Immediately start a call when tapping a phone number</string>
<!-- Used in an info banner if a specific feature requires a Nextcloud account -->