mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* Simplify peer review button text (#3376) The lengthy button text was not showing correctly, discussions concluded that the button texts could be simplified to just "yes" or "no". To ensure code read-ability, the buttons were renamed. Also made slight code style adjustments to ReviewImageFragment.java and fragment_review_image.md. Bug: #3376 * Remove string translate file changes from patch
This commit is contained in:
parent
0857eae082
commit
7a04a2bf9c
4 changed files with 35 additions and 41 deletions
|
|
@ -69,8 +69,8 @@
|
|||
|
||||
<color name="swipe_red" tools:ignore="MissingDefaultResource">#FF0000</color>
|
||||
<color name="color_error">#FF0000</color>
|
||||
<color name="yes_button_color">#B22222</color>
|
||||
<color name="no_button_color">#006400</color>
|
||||
<color name="yes_button_color">#006400</color>
|
||||
<color name="no_button_color">#B22222</color>
|
||||
|
||||
<color name="current_marker_stroke">#55000000</color>
|
||||
<color name="current_marker_fill">#11000000</color>
|
||||
|
|
|
|||
|
|
@ -438,14 +438,8 @@ Upload your first media by tapping on the add button.</string>
|
|||
<string name="review_category_explanation">This image is under %1$s categories.</string>
|
||||
<string name="review_spam_report_question">It is out of scope because it is</string>
|
||||
<string name="review_c_violation_report_question">It is copyright violation because it is</string>
|
||||
<string name="review_category_yes_button_text">No, mis-categorized</string>
|
||||
<string name="review_category_no_button_text">Seems fine</string>
|
||||
<string name="review_spam_yes_button_text">No, out of scope</string>
|
||||
<string name="review_spam_no_button_text">Seems fine</string>
|
||||
<string name="review_copyright_yes_button_text">No, copyright violation</string>
|
||||
<string name="review_copyright_no_button_text">Seems fine</string>
|
||||
<string name="review_thanks_yes_button_text">Yes, why not</string>
|
||||
<string name="review_thanks_no_button_text">Next image</string>
|
||||
<string name="review_thanks_yes_button_text">Next image</string>
|
||||
<string name="review_thanks_no_button_text">Yes, why not</string>
|
||||
<string name="skip_image_explanation">Clicking this button will give you another recently uploaded image from Wikimedia Commons</string>
|
||||
|
||||
<string name="review_image_explanation">You can review images and improve the quality of Wikimedia Commons.\n The four parameters of review are: \n - Is this image in-scope? \n - Does this image follow the rules of copyright? \n - Is this image correctly categorized? \n - If all goes well you can also thank the contributor.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue