Made sure CurseForge string is corect
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
9804996db6
commit
30ef5475c7
@ -232,7 +232,7 @@ void FlamePackExportTask::makeApiRequest()
|
|||||||
|
|
||||||
void FlamePackExportTask::getProjectsInfo()
|
void FlamePackExportTask::getProjectsInfo()
|
||||||
{
|
{
|
||||||
setStatus(tr("Find project info from curseforge..."));
|
setStatus(tr("Find project info from CurseForge..."));
|
||||||
QList<QString> addonIds;
|
QList<QString> addonIds;
|
||||||
for (auto resolved : resolvedFiles) {
|
for (auto resolved : resolvedFiles) {
|
||||||
if (resolved.slug.isEmpty()) {
|
if (resolved.slug.isEmpty()) {
|
||||||
|
@ -484,7 +484,7 @@
|
|||||||
<iconset theme="flame"/>
|
<iconset theme="flame"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Curseforge (zip)</string>
|
<string>CurseForge (zip)</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionCreateInstanceShortcut">
|
<action name="actionCreateInstanceShortcut">
|
||||||
|
@ -108,7 +108,7 @@ void ExportMrPackDialog::done(int result)
|
|||||||
nullptr);
|
nullptr);
|
||||||
else
|
else
|
||||||
output = QFileDialog::getSaveFileName(this, tr("Export %1").arg(ui->name->text()),
|
output = QFileDialog::getSaveFileName(this, tr("Export %1").arg(ui->name->text()),
|
||||||
FS::PathCombine(QDir::homePath(), filename + ".zip"), "Curseforge pack (*.zip)", nullptr);
|
FS::PathCombine(QDir::homePath(), filename + ".zip"), "CurseForge pack (*.zip)", nullptr);
|
||||||
|
|
||||||
if (output.isEmpty())
|
if (output.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="metadataDisableBtn">
|
<widget class="QCheckBox" name="metadataDisableBtn">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Disable using metadata provided by mod providers (like Modrinth or Curseforge) for mods.</string>
|
<string>Disable using metadata provided by mod providers (like Modrinth or CurseForge) for mods.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disable using metadata for mods</string>
|
<string>Disable using metadata for mods</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user