diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2018-06-30 15:48:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-30 15:48:32 +0200 |
| commit | a9841e4fc41ef5a7591facd2dc270c4954c1754f (patch) | |
| tree | 987fe10bc3c93df519336bc07fb960526a7a97e1 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | e3f293dafe5e322955f24b6fcf530c171f4a05a3 (diff) | |
| parent | dc2f22516c07342203ed7ee2e9efc75632cdc200 (diff) | |
Merge pull request #7190 from Techjar/video-backend-translation
Mark all video backend names for translation
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <string> #include <utility> +#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() |
