diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-26 13:57:31 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-06 20:52:32 +0100 |
commit | 746f6945da9d9bdb0c9fbdbe8f86810410b4172b (patch) | |
tree | 13737fbea1f884fdee919bd6235d386ff73181cb | |
parent | 5cab4d886453f8a9efa68438b4bd1c40398b7c9f (diff) | |
download | PrismLauncher-746f6945da9d9bdb0c9fbdbe8f86810410b4172b.tar.gz PrismLauncher-746f6945da9d9bdb0c9fbdbe8f86810410b4172b.tar.bz2 PrismLauncher-746f6945da9d9bdb0c9fbdbe8f86810410b4172b.zip |
fix: remove rogue notr
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r-- | launcher/ui/dialogs/BlockedModsDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/BlockedModsDialog.ui b/launcher/ui/dialogs/BlockedModsDialog.ui index e352611a..2292b99c 100644 --- a/launcher/ui/dialogs/BlockedModsDialog.ui +++ b/launcher/ui/dialogs/BlockedModsDialog.ui @@ -36,7 +36,7 @@ <item> <widget class="QLabel" name="labelExplain"> <property name="text"> - <string notr="true"><html><head/><body><p>Your configured global mods folder and default downloads folder are automatically checked for the downloaded mods and they will be copied to the instance if found.</p><p>Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch if you did not download the mods to a default location.</p></body></html></string> + <string><html><head/><body><p>Your configured global mods folder and default downloads folder are automatically checked for the downloaded mods and they will be copied to the instance if found.</p><p>Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch if you did not download the mods to a default location.</p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> |