diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-21 14:21:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 14:21:06 +0100 |
commit | 062fc79286fd5b9350a0041f734885f8fe29de64 (patch) | |
tree | 13201321c94624d234fee9189287aed18babd661 /launcher/ui/widgets/CustomCommands.ui | |
parent | 2da565f5d486af6100d4b4584171c78c09a50b07 (diff) | |
parent | 7e0312493bf534ae2b4a09211f7459367dd80495 (diff) | |
download | PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.gz PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.bz2 PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.zip |
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
Diffstat (limited to 'launcher/ui/widgets/CustomCommands.ui')
-rw-r--r-- | launcher/ui/widgets/CustomCommands.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index 21964ad2..dbd54431 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -74,7 +74,7 @@ <item> <widget class="QLabel" name="labelCustomCmdsDescription"> <property name="text"> - <string><html><head/><body><p>Pre-launch command runs before the instance launches and post-exit command runs after it exits.</p><p>Both will be run in the launcher's working folder with extra environment variables:</p><ul><li>$INST_NAME - Name of the instance</li><li>$INST_ID - ID of the instance (its folder name)</li><li>$INST_DIR - absolute path of the instance</li><li>$INST_MC_DIR - absolute path of minecraft</li><li>$INST_JAVA - java binary used for launch</li><li>$INST_JAVA_ARGS - command-line parameters used for launch</li></ul><p>Wrapper command allows launching using an extra wrapper program (like 'optirun' on Linux)</p></body></html></string> + <string><html><head/><body><p>Pre-launch command runs before the instance launches and post-exit command runs after it exits.</p><p>Both will be run in the launcher's working folder with extra environment variables:</p><ul><li>$INST_NAME - Name of the instance</li><li>$INST_ID - ID of the instance (its folder name)</li><li>$INST_DIR - absolute path of the instance</li><li>$INST_MC_DIR - absolute path of Minecraft</li><li>$INST_JAVA - Java binary used for launch</li><li>$INST_JAVA_ARGS - command-line parameters used for launch</li></ul><p>Wrapper command allows launching using an extra wrapper program (like 'optirun' on Linux)</p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |