Skip to content

Commit c463980

Browse files
chore: Fix new line in strings
1 parent 7679824 commit c463980

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@
266266
<string name="updates_description">Check for updates and view changelog</string>
267267
<string name="downloads">Downloads</string>
268268
<string name="plugins_help_title">What is a downloader?</string>
269-
<string name="plugins_help_description">A downloader is a plugin which allows URV to download stock APKs from various sources. The downloaded APKs will be shown in the bottom section. During the patching process, you can choose an already downloaded APKs or you can download it via a plugin.\n\nThe list of supported downloader plugins can be found</string>
269+
<string name="plugins_help_description">"A downloader is a plugin which allows URV to download stock APKs from various sources. The downloaded APKs will be shown in the bottom section. During the patching process, you can choose an already downloaded APKs or you can download it via a plugin.
270+
271+
The list of supported downloader plugins can be found"</string>
270272
<string name="import_export">Import &amp; export</string>
271273
<string name="import_export_description">Keystore, patch options and selection</string>
272274
<string name="changelog">View changelogs</string>
@@ -635,7 +637,9 @@ You need to turn on \"Allow changing patch selection and options\" in the advanc
635637
<string name="patch_profile_version_override_failed_toast">Failed to update profile version</string>
636638
<string name="patch_profile_version_override_set_to_all">No version entered, saved as "%1$s"</string>
637639
<string name="patch_profile_version_conflict_title">Keep version override?</string>
638-
<string name="patch_profile_version_conflict_message">Current version: %1$s\nIncoming version: %2$s\nWhich should be saved to this profile?</string>
640+
<string name="patch_profile_version_conflict_message">"Current version: %1$s
641+
Incoming version: %2$s
642+
Which should be saved to this profile?"</string>
639643
<string name="patch_profile_version_conflict_use_new">Use incoming version</string>
640644
<string name="patch_profile_version_conflict_keep_existing">Keep existing version</string>
641645
<string name="patch_profile_empty_state">Save a configuration from the patch selection screen to see it here.</string>

0 commit comments

Comments
 (0)