diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-03 22:42:43 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-04 00:45:31 +0530 |
| commit | c40bda7c2aaf480402a231e26b437cff84730b77 (patch) | |
| tree | 94b102cce5e035a9fb2be495c935cad60baa3217 /src/i18n | |
| parent | b851b8dd02e66399cf6ac4f5f1b1cae8e28e3c55 (diff) | |
added tooltip
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ae4f93d9..99c8837f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -36,7 +36,8 @@ "public_tl": "Public Timeline", "timeline": "Timeline", "twkn": "The Whole Known Network", - "user_search": "User Search" + "user_search": "User Search", + "instance_settings": "Instance Settings" }, "notifications": { "broken_favorite": "Unknown status, searching for it...", @@ -208,5 +209,11 @@ "who_to_follow": { "more": "More", "who_to_follow": "Who to follow" + }, + "tool_tip": { + "media_upload": "Upload Media", + "repeat": "Repeat", + "reply": "Reply", + "star": "Star" } } |
