diff options
author | 0neGal <mail@0negal.com> | 2023-05-07 00:52:39 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-05-07 00:59:38 +0200 |
commit | 0d7293cd5cdacd9c46bb637e367e969606031038 (patch) | |
tree | 91d6974fa5c3671f5cca4b7db98ee2f3f3d93ccf /src/lang/en.json | |
parent | cfec36cbdf00b181e6560be15c6b341842894e00 (diff) | |
download | Viper-0d7293cd5cdacd9c46bb637e367e969606031038.tar.gz Viper-0d7293cd5cdacd9c46bb637e367e969606031038.zip |
added hover tooltips
They're pretty simple to use, and automatically make themselves fit on
screen, on top of automatically disappearing and appearing of course.
I've used them a few places now, and not sure where else they can be
used, there are of course localization strings that need, well,
localization, and I'll create a PR for this on a later date.
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 4f90f32..bd95a53 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -169,5 +169,12 @@ "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n", "request.viper.noReleaseNotes": "Couldn't fetch Viper release notes.\nTry again later!", - "request.northstar.noReleaseNotes": "Couldn't fetch Northstar release notes.\nTry again later!" + "request.northstar.noReleaseNotes": "Couldn't fetch Northstar release notes.\nTry again later!", + + "tooltip.close": "Closes Viper", + "tooltip.minimize": "Minimizes the window", + "tooltip.settings": "Opens the settings popup", + "tooltip.pages.viper": "Viper", + "tooltip.pages.northstar": "Northstar", + "tooltip.pages.titanfall": "Titanfall 2" } |