Remove leading space from English messages (#6449)
Some checks failed
Android CI / Run tests and generate APK (push) Has been cancelled

This commit is contained in:
Amir E. Aharoni 2025-10-05 19:23:00 -04:00 committed by GitHub
parent 6bc25ccd9b
commit 0ade0705e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@
<item quantity="one">(%1$d)</item> <item quantity="one">(%1$d)</item>
<item quantity="other">(%1$d)</item> <item quantity="other">(%1$d)</item>
</plurals> </plurals>
<string name="starting_uploads"> Starting Uploads</string> <string name="starting_uploads">Starting Uploads</string>
<plurals name="starting_multiple_uploads"> <plurals name="starting_multiple_uploads">
<item quantity="one">Processing %d upload</item> <item quantity="one">Processing %d upload</item>
<item quantity="other">Processing %d uploads</item> <item quantity="other">Processing %d uploads</item>
@ -158,10 +158,10 @@
<string name="preference_license">Default License</string> <string name="preference_license">Default License</string>
<string name="use_previous">Use previous title and description</string> <string name="use_previous">Use previous title and description</string>
<string name="preference_theme">Theme</string> <string name="preference_theme">Theme</string>
<string name="license_name_cc_by_sa_four"> Attribution-ShareAlike 4.0</string> <string name="license_name_cc_by_sa_four">Attribution-ShareAlike 4.0</string>
<string name="license_name_cc_by_four"> Attribution 4.0</string> <string name="license_name_cc_by_four">Attribution 4.0</string>
<string name="license_name_cc_by_sa"> Attribution-ShareAlike 3.0</string> <string name="license_name_cc_by_sa">Attribution-ShareAlike 3.0</string>
<string name="license_name_cc_by"> Attribution 3.0</string> <string name="license_name_cc_by">Attribution 3.0</string>
<string name="license_name_cc0">CC0</string> <string name="license_name_cc0">CC0</string>
<string name="license_name_cc_by_sa_3_0">CC BY-SA 3.0</string> <string name="license_name_cc_by_sa_3_0">CC BY-SA 3.0</string>
<string name="license_name_cc_by_3_0">CC BY 3.0</string> <string name="license_name_cc_by_3_0">CC BY 3.0</string>
@ -725,8 +725,7 @@ Upload your first media by tapping on the add button.</string>
<string name="show_in_map_app">Show in map app</string> <string name="show_in_map_app">Show in map app</string>
<string name="modify_location">Edit location</string> <string name="modify_location">Edit location</string>
<string name="location_picker_image_view">The image view of the location picker</string> <string name="location_picker_image_view">The image view of the location picker</string>
<string name="location_picker_image_view_shadow"> <string name="location_picker_image_view_shadow">The shadow of the image view of the location picker</string>
The shadow of the image view of the location picker</string>
<string name="image_location">Image Location</string> <string name="image_location">Image Location</string>
<string name="check_whether_location_is_correct">Check whether location is correct</string> <string name="check_whether_location_is_correct">Check whether location is correct</string>
<string name="label">Label</string> <string name="label">Label</string>