Skip to content

Commit 34addbe

Browse files
authored
Remove unnecessary double quotes from a message (#5777)
1 parent 5be7604 commit 34addbe

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
@@ -821,7 +821,7 @@ Upload your first media by tapping on the add button.</string>
821821
<string name="nearby_wikitalk">Report a problem about this item to Wikidata</string>
822822
<string name="please_enter_some_comments">Please enter some comments</string>
823823
<string name="talk">Talk</string>
824-
<string name="write_something_about_the_item">"Write something about the \'%1$s\' item. It will be publicly visible."</string>
824+
<string name="write_something_about_the_item">Write something about the \'%1$s\' item. It will be publicly visible.</string>
825825
<string name="does_not_exist_anymore_no_picture_can_ever_be_taken_of_it">\'%1$s\' does not exist anymore, no picture can ever be taken of it.</string>
826826
<string name="is_at_a_different_place_please_specify_the_correct_place_below_if_possible_tell_us_the_correct_latitude_longitude">\'%1$s\' is at a different place. Please specify the correct place below, and if possible, write the correct latitude and longitude.</string>
827827
<string name="other_problem_or_information_please_explain_below">Other problem or information (please explain below).</string>

0 commit comments

Comments
 (0)