Skip to content

Commit

Permalink
Update invalid install tip
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 29, 2023
1 parent 74ab6ee commit 4a8fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/kernel/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Driver : public QObject

// Error Messages
static inline const QString ERR_LAUNCHER_RUNNING_TIP = u"Please close the Launcher first."_s;
static inline const QString ERR_INSTALL_INVALID_TIP = u"Check its location and compatibility with your Flashpoint version."_s;
static inline const QString ERR_INSTALL_INVALID_TIP = u"You may need to update CLIFp."_s;

// Logging
static inline const QString LOG_EVENT_FLASHPOINT_SEARCH = u"Searching for Flashpoint root..."_s;
Expand Down

0 comments on commit 4a8fafe

Please sign in to comment.