changed the share button menu to allow for sharing either the link, or the actual content of the post

added values into @string file to accommodate for the change
added the new share submenu into the status_more layout xml
This commit is contained in:
Zachary Epps 2017-04-12 16:21:48 -04:00
commit 52343b6ab2
3 changed files with 31 additions and 6 deletions

View file

@ -83,7 +83,8 @@
<string name="toggle_nsfw">NSFW</string>
<string name="action_compose_options">Options</string>
<string name="send_status_to">Share toot URL to…</string>
<string name="send_status_link_to">Share toot URL to…</string>
<string name="send_status_content_to">Share toot to…</string>
<string name="search">Search accounts…</string>
@ -137,5 +138,7 @@
<string name="notification_title_summary">%d new interactions</string>
<string name="description_account_locked">Locked Account</string>
<string name="status_share_content">Share content of toot</string>
<string name="status_share_link">Share link to toot</string>
</resources>