mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-02 19:26:03 +00:00
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())
|
||||
{
|
||||
UICommon::ErrorMsg(this, "Tweaks failed to save!");
|
||||
UICommon::ErrorMsg(this, tr("Tweaks failed to save!"));
|
||||
return false;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user