Skip to content

Commit 0ade070

Browse files
authored
Remove leading space from English messages (#6449)
1 parent 6bc25cc commit 0ade070

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<item quantity="one">(%1$d)</item>
3333
<item quantity="other">(%1$d)</item>
3434
</plurals>
35-
<string name="starting_uploads"> Starting Uploads</string>
35+
<string name="starting_uploads">Starting Uploads</string>
3636
<plurals name="starting_multiple_uploads">
3737
<item quantity="one">Processing %d upload</item>
3838
<item quantity="other">Processing %d uploads</item>
@@ -158,10 +158,10 @@
158158
<string name="preference_license">Default License</string>
159159
<string name="use_previous">Use previous title and description</string>
160160
<string name="preference_theme">Theme</string>
161-
<string name="license_name_cc_by_sa_four"> Attribution-ShareAlike 4.0</string>
162-
<string name="license_name_cc_by_four"> Attribution 4.0</string>
163-
<string name="license_name_cc_by_sa"> Attribution-ShareAlike 3.0</string>
164-
<string name="license_name_cc_by"> Attribution 3.0</string>
161+
<string name="license_name_cc_by_sa_four">Attribution-ShareAlike 4.0</string>
162+
<string name="license_name_cc_by_four">Attribution 4.0</string>
163+
<string name="license_name_cc_by_sa">Attribution-ShareAlike 3.0</string>
164+
<string name="license_name_cc_by">Attribution 3.0</string>
165165
<string name="license_name_cc0">CC0</string>
166166
<string name="license_name_cc_by_sa_3_0">CC BY-SA 3.0</string>
167167
<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>
725725
<string name="show_in_map_app">Show in map app</string>
726726
<string name="modify_location">Edit location</string>
727727
<string name="location_picker_image_view">The image view of the location picker</string>
728-
<string name="location_picker_image_view_shadow">
729-
The shadow of the image view of the location picker</string>
728+
<string name="location_picker_image_view_shadow">The shadow of the image view of the location picker</string>
730729
<string name="image_location">Image Location</string>
731730
<string name="check_whether_location_is_correct">Check whether location is correct</string>
732731
<string name="label">Label</string>

0 commit comments

Comments
 (0)