Merge branch 'development' into Prism/RefactorProjectSettings

This commit is contained in:
nggieber
2021-12-06 09:42:33 -08:00
755 changed files with 13061 additions and 8994 deletions
@@ -294,7 +294,7 @@ namespace O3DE::ProjectManager
}
else if (numChangedDependencies > 1)
{
notification += tr("%1 Gem %2").arg(QString(numChangedDependencies), tr("dependencies"));
notification += tr("%1 Gem %2").arg(numChangedDependencies).arg(tr("dependencies"));
}
notification += (added ? tr(" activated") : tr(" deactivated"));