CTweakEditor: Mark strings as translatable where applicable
This commit is contained in:
parent
43250fb5ce
commit
d80e08a6b3
|
@ -48,7 +48,7 @@ bool CTweakEditor::Save()
|
||||||
{
|
{
|
||||||
if (!gpEdApp->ActiveProject()->TweakManager()->SaveTweaks())
|
if (!gpEdApp->ActiveProject()->TweakManager()->SaveTweaks())
|
||||||
{
|
{
|
||||||
UICommon::ErrorMsg(this, "Tweaks failed to save!");
|
UICommon::ErrorMsg(this, tr("Tweaks failed to save!"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue