diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-06-24 11:13:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 11:13:08 +0300 |
commit | a325d814e242ee450141088513d9cd282d79141f (patch) | |
tree | b266521c49865136ecd38b7ba07ee2514612dde8 /launcher/modplatform/flame | |
parent | cd1e8dc8cc87acf905ab3140efc48ef482973c7e (diff) | |
download | PrismLauncher-a325d814e242ee450141088513d9cd282d79141f.tar.gz PrismLauncher-a325d814e242ee450141088513d9cd282d79141f.tar.bz2 PrismLauncher-a325d814e242ee450141088513d9cd282d79141f.zip |
Update launcher/modplatform/flame/FlamePackExportTask.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/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlamePackExportTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlamePackExportTask.cpp b/launcher/modplatform/flame/FlamePackExportTask.cpp index 927b2e46..cd242491 100644 --- a/launcher/modplatform/flame/FlamePackExportTask.cpp +++ b/launcher/modplatform/flame/FlamePackExportTask.cpp @@ -35,7 +35,7 @@ #include "modplatform/helpers/HashUtils.h" #include "tasks/Task.h" -const QString FlamePackExportTask::TEMPLATE = "<li><a href={url}>{name}({authors})</a></li>"; +const QString FlamePackExportTask::TEMPLATE = "<li><a href={url}>{name} (by {authors})</a></li>"; FlamePackExportTask::FlamePackExportTask(const QString& name, const QString& version, |