aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Noir <Varsash@gmail.com>2022-07-31 02:57:36 +0300
committerAlex Noir <Varsash@gmail.com>2022-07-31 02:57:36 +0300
commit31ecd7a007bb2d4a684fcaff7baafe1f7b4e6280 (patch)
tree80d1c084f5fff23f08b6bc4d1ed56eeb2e72184f /src
parent1e49b38db726b233632d81cefb4a1b35eb1dcbfe (diff)
Implement Salanto warning wording suggestion
Diffstat (limited to 'src')
-rw-r--r--src/text_file_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_file_functions.cpp b/src/text_file_functions.cpp
index f58ec4a9..0a1375db 100644
--- a/src/text_file_functions.cpp
+++ b/src/text_file_functions.cpp
@@ -917,7 +917,7 @@ QStringList AOApplication::get_effects(QString p_char)
AOUtils::migrateEffects(l_effects_ini);
}
else {
- qWarning() << "Could not back up old effects.ini during migraiton";
+ qWarning() << "Unable to copy effects.ini, skipping migration";
}
}