aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-09-16 02:17:46 +0200
committer0neGal <mail@0negal.com>2023-09-16 02:20:05 +0200
commitb125018808b43fac9f5c81d7e7b07ec92eef30fc (patch)
tree1356b2236b3f26525d1fc13f10b684ac0baebb30 /src/app/index.html
parenta91f0d2eac46510c109a4faebf520f68a3456aab (diff)
downloadViper-b125018808b43fac9f5c81d7e7b07ec92eef30fc.tar.gz
Viper-b125018808b43fac9f5c81d7e7b07ec92eef30fc.zip
made some lang keys far more logical
Most of these are from back when Viper was originally started, I also removed a few keys as they were no longer in use, but were forgotten about, most of these are from pre-v1.0.0 aka, the old smaller UI
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/index.html b/src/app/index.html
index c61960f..4a8dca9 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -26,7 +26,7 @@
<div id="dragUI">
<div id="dragitems">
<div id="icon"></div>
- <div id="text">%%gui.mods.dragdrop%%</div>
+ <div id="text">%%gui.mods.drag_n_drop%%</div>
</div>
</div>
@@ -238,8 +238,8 @@
<div class="line">
<div class="text" id="modcount">%%gui.mods.title%%</div>
<div class="buttons modbtns">
- <button id="removeall" class="bg-red2" onclick="mods.remove('allmods')">%%gui.mods.removeall%%</button>
- <button id="toggleall" class="bg-orange2" onclick="mods.toggle('allmods')">%%gui.mods.toggleall%%</button>
+ <button id="removeall" class="bg-red2" onclick="mods.remove('allmods')">%%gui.mods.remove_all%%</button>
+ <button id="toggleall" class="bg-orange2" onclick="mods.toggle('allmods')">%%gui.mods.toggle_all%%</button>
<button id="installmod" class="bg-blue" onclick="installmod()">%%gui.mods.install%%</button>
<button id="findmod" class="bg-blue2" onclick="Browser.toggle(true)">%%gui.mods.find%%</button>
</div>