Skip to content

Commit d096520

Browse files
authored
Cleanup whitespace in the custom_selector_info_text2 string (#6496)
In the current state, it appears confusingly on translatewiki, with a space in the beginning of a line. This patch changes it to just two linebreaks.
1 parent bb330c1 commit d096520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Upload your first media by tapping on the add button.</string>
736736
<string name="back">Back</string>
737737
<string name="welcome_custom_picture_selector_text">Welcome to Custom Picture Selector</string>
738738
<string name="custom_selector_info_text1">This picker shows you which pictures you have already uploaded to Commons.</string>
739-
<string name="custom_selector_info_text2">Unlike the picture on the left, the picture on the right has the Commons logo indicating it is already uploaded. \n Touch and hold for image preview.</string>
739+
<string name="custom_selector_info_text2">Unlike the picture on the left, the picture on the right has the Commons logo indicating it is already uploaded.\n\nTouch and hold for image preview.</string>
740740
<string name="welcome_custom_selector_ok">Awesome</string>
741741
<string name="custom_selector_already_uploaded_image_text">This image has already been uploaded to Commons.</string>
742742
<string name="custom_selector_over_limit_warning">For technical reasons, the app can\'t reliably upload more than %1$d pictures at once. The upload limit of %1$d has been exceeded by %2$d.</string>

0 commit comments

Comments
 (0)