From d80e08a6b3e34bfa74129cbd5ee3ce1447e97af9 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 28 Jun 2020 06:12:45 -0400 Subject: [PATCH] CTweakEditor: Mark strings as translatable where applicable --- src/Editor/CTweakEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editor/CTweakEditor.cpp b/src/Editor/CTweakEditor.cpp index 4826c322..7bf4ff3f 100644 --- a/src/Editor/CTweakEditor.cpp +++ b/src/Editor/CTweakEditor.cpp @@ -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