diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-06 14:15:36 -0500 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:32 -0500 |
| commit | 0e323ef248fbf9ae7e2a4a13b859b66dd803d76d (patch) | |
| tree | 1166fa89936450fac7a6b0354d051ccf118bbf3b | |
| parent | d157f6738195325c59870fe02df8fa16985c84af (diff) | |
Add English translations for fading ancestor option
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 7a83e443..6fe19866 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -468,6 +468,7 @@ "conversation_display": "Conversation display style", "conversation_display_tree": "Tree-style", "tree_advanced": "Allow more flexible navigation in tree view", + "tree_fade_ancestors": "Display ancestors of the current status in faint text", "conversation_display_linear": "Linear-style", "conversation_other_replies_button": "Show the \"other replies\" button", "conversation_other_replies_button_below": "Below statuses", |
