Skip to content

Commit 5be7604

Browse files
authored
wikidata-feedback: avoid sentence lego (#5775)
Fixes #5763
1 parent 73e9ed8 commit 5be7604

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/WikidataFeedback.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WikidataFeedback : BaseActivity() {
4545
pageTitle = getString(R.string.talk) + ":" + wikidataQId
4646
binding.toolbarBinding.toolbar.title = pageTitle
4747
binding.textHeader.text =
48-
getString(R.string.write_something_about_the) + "'$place'" + getString(R.string.item_it_will_be_publicly_visible)
48+
getString(R.string.write_something_about_the_item, place)
4949
binding.radioButton1.setText(
5050
getString(
5151
R.string.does_not_exist_anymore_no_picture_can_ever_be_taken_of_it,

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +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">"Write something about the "</string>
825-
<string name="item_it_will_be_publicly_visible">" 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>
826825
<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>
827826
<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>
828827
<string name="other_problem_or_information_please_explain_below">Other problem or information (please explain below).</string>

0 commit comments

Comments
 (0)