diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2026-04-09 13:16:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 13:16:16 +0200 |
| commit | 662f0332950e5f93518ea2ed24a681e22d1eda88 (patch) | |
| tree | 58a2fc2db84c20590f5846b3e68acdfb09c065a2 /src/spawn.cpp | |
| parent | 2043d9931cb9baf1eef23240ea6061fc40fee67d (diff) | |
[pre-commit.ci] Pre-commit autoupdate. (#2357)
* [pre-commit.ci] Pre-commit autoupdate.
updates:
- [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2)
* [pre-commit.ci] Auto fixes from pre-commit.com hooks.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'src/spawn.cpp')
| -rw-r--r-- | src/spawn.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp index aad1e1cc..e9ff1276 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -288,7 +288,7 @@ confirmStartSteam(QWidget* parent, const SpawnParameters& sp, const QString& det const auto mainText = QObject::tr("This program requires Steam"); const auto content = QObject::tr( "Mod Organizer has detected that this program likely requires Steam to be " - "running to function properly."); + "running to function properly."); return MOBase::TaskDialog(parent, title) .main(mainText) @@ -310,10 +310,10 @@ QMessageBox::StandardButton confirmRestartAsAdminForSteam(QWidget* parent, const auto mainText = QObject::tr("Steam is running as administrator"); const auto content = QObject::tr( "Running Steam as administrator is typically unnecessary and can cause " - "problems when Mod Organizer itself is not running as administrator." - "\r\n\r\n" - "You can restart Mod Organizer as administrator and try launching the " - "program again."); + "problems when Mod Organizer itself is not running as administrator." + "\r\n\r\n" + "You can restart Mod Organizer as administrator and try launching the " + "program again."); return MOBase::TaskDialog(parent, title) .main(mainText) @@ -337,8 +337,8 @@ bool eventLogNotRunning(QWidget* parent, const env::Service& s, const auto mainText = QObject::tr("The Event Log service is not running"); const auto content = QObject::tr( "The Windows Event Log service is not running. This can prevent USVFS from " - "running properly and your mods may not be recognized by the program being " - "launched."); + "running properly and your mods may not be recognized by the program being " + "launched."); const auto r = MOBase::TaskDialog(parent, title) |
