diff options
author | 0neGal <mail@0negal.com> | 2022-02-18 22:13:08 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-18 22:14:56 +0100 |
commit | 78a83334f42294fdc0e36c2c44e1fbff7369fd7c (patch) | |
tree | 8d141f0d2d98d69a263b047122751ac7143724c8 /src/lang | |
parent | ee7dab5b056e254bff828a9b9f6d77be2287b935 (diff) | |
download | Viper-78a83334f42294fdc0e36c2c44e1fbff7369fd7c.tar.gz Viper-78a83334f42294fdc0e36c2c44e1fbff7369fd7c.zip |
basic drag and drop support
Since apparently dragleave and dragenter don't quite work as intended we
have to resort to this obscure method which should work just fine on the
user's end.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 27630ec..45bf7c0 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -62,6 +62,7 @@ "gui.mods.extracting": "Extracting mod...", "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", + "gui.mods.dragdrop": "Drag and drop a mod to install", "gui.browser.info": "Info", "gui.browser.madeby": "by", |