Misc. typos

Found via ` codespell -q 3 -S *.ts,*.xml -L ba,froms,seeked`
This commit is contained in:
luz.paz
2019-04-24 11:34:56 -04:00
parent c5f63ec2c5
commit 52d03aacd6
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ void EffectUI::AddAdditionalEffect(Effect *e)
// Ensure this is the same kind of effect and will be fully compatible
Q_ASSERT(e->meta == effect_->meta);
// Add multiple modifer to header label (but only once)
// Add 'multiple' modifier to header label (but only once)
if (additional_effects_.isEmpty()) {
QString new_title = tr("%1 (multiple)").arg(Title());