mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* UploadController: Added support for using author names. Fixes #1707. * Minor PR tidy-up * Reword preference item * Null check to pass startUpload test
This commit is contained in:
parent
809c0c32d7
commit
8e967a3698
4 changed files with 34 additions and 0 deletions
|
|
@ -370,6 +370,10 @@
|
|||
<string name="error_occurred">Error occurred!</string>
|
||||
<string name="notifications_channel_name_all">Commons Notification</string>
|
||||
|
||||
<string name="preference_author_name_toggle">Use custom author name</string>
|
||||
<string name="preference_author_name_toggle_summary">Use a custom author name instead of your username while uploading photos</string>
|
||||
<string name="preference_author_name">Custom author name</string>
|
||||
<string name="preference_author_name_summary">The custom author name to use instead of your username in uploads</string>
|
||||
<string name="contributions_fragment">Contributions</string>
|
||||
<string name="nearby_fragment">Nearby</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue