diff options
| author | Techjar <tecknojar@gmail.com> | 2018-06-30 04:53:24 -0400 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2018-06-30 06:30:19 -0400 |
| commit | dc2f22516c07342203ed7ee2e9efc75632cdc200 (patch) | |
| tree | 78f716948ad6e6f3d8380d6b4942f7ffd20224f2 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | e22c5333ab50c3e84774ce831eaeba48bcea5901 (diff) | |
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() |
