mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-11 20:47:45 +00:00
Note in the Dalamud version text if Astra will download it
The same text change we did for Wine in the previous commit.
This commit is contained in:
parent
e70aeb3b6a
commit
6ade196e64
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ QString Profile::dalamudVersionText() const
|
|||
{
|
||||
QString text;
|
||||
if (m_dalamudVersion.isEmpty()) {
|
||||
text += i18n("Dalamud is not installed.");
|
||||
text += i18n("Dalamud will be installed when you launch the game.");
|
||||
} else {
|
||||
text += QStringLiteral("Dalamud (%1)").arg(m_dalamudVersion);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue