A few more string tweaks

This commit is contained in:
Lirodon 2023-02-08 21:46:54 -06:00
parent 9375ba7890
commit 4eff4196aa
1 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@
"title": "Posts", "title": "Posts",
"visibility": { "visibility": {
"description": "Customize default visibility of post", "description": "Customize default visibility of post",
"notice": "This setting applies only to new posts; replies will follow the visibility of the original post.", "notice": "This setting applies only to new posts; replies will follow the visibility settings of the parent post.",
"public": "Public", "public": "Public",
"unlisted": "Unlisted", "unlisted": "Unlisted",
"private": "Private", "private": "Private",
@ -340,7 +340,7 @@
"l": "Switch focus to the right column", "l": "Switch focus to the right column",
"r": "Reply to the post", "r": "Reply to the post",
"b": "Boost the post", "b": "Boost the post",
"f": "Favourite the post", "f": "Favorite the post",
"o": "Open the post's details", "o": "Open the post's details",
"p": "Display the profile of the post's author", "p": "Display the profile of the post's author",
"i": "Open the images", "i": "Open the images",
@ -487,8 +487,8 @@
"find_account_error": "Account not found", "find_account_error": "Account not found",
"reblog_error": "Failed to boost", "reblog_error": "Failed to boost",
"unreblog_error": "Failed to unboost", "unreblog_error": "Failed to unboost",
"favourite_error": "Failed to favourite", "favourite_error": "Failed to favorite",
"unfavourite_error": "Failed to unfavourite", "unfavourite_error": "Failed to unfavorite",
"bookmark_error": "Failed to bookmark", "bookmark_error": "Failed to bookmark",
"unbookmark_error": "Failed to remove bookmark", "unbookmark_error": "Failed to remove bookmark",
"delete_error": "Failed to delete the post", "delete_error": "Failed to delete the post",
@ -519,8 +519,8 @@
}, },
"notification": { "notification": {
"favourite": { "favourite": {
"title": "New favourite", "title": "New favorite",
"body": "{{username}} favourited your post" "body": "{{username}} favorited your post"
}, },
"follow": { "follow": {
"title": "New follower", "title": "New follower",