Archived
2
0
Fork 0

Tooltip for boosting depends on toot visibility (#1394) (#1754)

* Made tooltip for boosting depend on visibility

* Removed spaces that were added in merge conflict resolution

* Try again :P

* Added missing bracket

* Changed 'toot' to 'status'
This commit is contained in:
Ashley 2017-04-23 15:36:40 +12:00 committed by Eugen
parent 219fb317ee
commit 9cd20a7062
2 changed files with 4 additions and 1 deletions

View file

@ -119,6 +119,7 @@ const en = {
"status.mention": "Mention @{name}",
"status.open": "Expand this status",
"status.reblog": "Boost",
"status.cannot_reblog": "This status cannot be boosted",
"status.reblogged_by": "{name} boosted",
"status.reply": "Reply",
"status.replyAll": "Reply to thread",