mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Issue 721
This commit is contained in:
parent
f73a9f15fc
commit
815255db1a
2 changed files with 11 additions and 0 deletions
|
|
@ -56,4 +56,14 @@
|
|||
android:gravity="center"
|
||||
android:layout_marginTop="16dp"
|
||||
/>
|
||||
|
||||
<fr.free.nrw.commons.ui.widget.HtmlTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/media_upload_policy"
|
||||
android:text="@string/media_upload_policy"
|
||||
android:gravity="start"
|
||||
android:layout_marginTop="16dp"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ Tap this message (or hit back) to skip this step.</string>
|
|||
<string name="menu_retry_upload">Retry</string>
|
||||
<string name="menu_cancel_upload">Cancel</string>
|
||||
<string name="share_license_summary">This image will be licensed under %1$s</string>
|
||||
<string name="media_upload_policy">By submitting this picture, I declare that this is my own work, that it does not contain copyright material or selfies, and otherwise adheres to <a href=\"https://commons.wikimedia.org/wiki/Commons:Policies_and_guidelines\">Wikimedia Commons policies</a>.</string>
|
||||
<string name="menu_download">Download</string>
|
||||
<string name="preference_license">License</string>
|
||||
<string name="use_previous">Use previous title/description</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue