mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-03 03:36:10 +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())
|
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…
x
Reference in New Issue
Block a user