CTweakEditor: Mark strings as translatable where applicable

This commit is contained in:
Lioncash 2020-06-28 06:12:45 -04:00
parent 43250fb5ce
commit d80e08a6b3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ bool CTweakEditor::Save()
{
if (!gpEdApp->ActiveProject()->TweakManager()->SaveTweaks())
{
UICommon::ErrorMsg(this, "Tweaks failed to save!");
UICommon::ErrorMsg(this, tr("Tweaks failed to save!"));
return false;
}
else