diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-06-26 11:45:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 11:45:26 +0300 |
commit | 22bb260ae3ccdc17840047cbef49f0af09b809bd (patch) | |
tree | 491ffdbc58c89c109ed99c9c805b5a6f50b59546 /launcher/ui/dialogs/ExportToModListDialog.cpp | |
parent | d82ae31fc1dc75693e3a6270f0b733fcf7bdaadd (diff) | |
download | PrismLauncher-22bb260ae3ccdc17840047cbef49f0af09b809bd.tar.gz PrismLauncher-22bb260ae3ccdc17840047cbef49f0af09b809bd.tar.bz2 PrismLauncher-22bb260ae3ccdc17840047cbef49f0af09b809bd.zip |
Update launcher/ui/dialogs/ExportToModListDialog.cpp
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ExportToModListDialog.cpp')
-rw-r--r-- | launcher/ui/dialogs/ExportToModListDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ExportToModListDialog.cpp b/launcher/ui/dialogs/ExportToModListDialog.cpp index b399dc17..149f6b35 100644 --- a/launcher/ui/dialogs/ExportToModListDialog.cpp +++ b/launcher/ui/dialogs/ExportToModListDialog.cpp @@ -128,7 +128,7 @@ void ExportToModListDialog::triggerImp() break; } case ExportToModList::PLAINTXT: { - exampleLine = "name: {name}; url: {url}; version: {version}; authors: {authors};"; + exampleLine = "{name} ({url}) [{version}] by {authors}"; break; } case ExportToModList::CUSTOM: |