From dc2f22516c07342203ed7ee2e9efc75632cdc200 Mon Sep 17 00:00:00 2001 From: Techjar Date: Sat, 30 Jun 2018 04:53:24 -0400 Subject: Mark all video backend names for translation --- Source/Core/VideoBackends/Software/SWmain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp') diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 2acd694f76..546cf0a45c 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -7,6 +7,7 @@ #include #include +#include "Common/Common.h" #include "Common/CommonTypes.h" #include "Common/GL/GLInterfaceBase.h" @@ -51,7 +52,7 @@ std::string VideoSoftware::GetName() const std::string VideoSoftware::GetDisplayName() const { - return "Software Renderer"; + return _trans("Software Renderer"); } void VideoSoftware::InitBackendInfo() -- cgit v1.2.3