summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorTechjar <tecknojar@gmail.com>2018-06-30 04:53:24 -0400
committerTechjar <tecknojar@gmail.com>2018-06-30 06:30:19 -0400
commitdc2f22516c07342203ed7ee2e9efc75632cdc200 (patch)
tree78f716948ad6e6f3d8380d6b4942f7ffd20224f2 /Source/Core/VideoBackends/Software/SWmain.cpp
parente22c5333ab50c3e84774ce831eaeba48bcea5901 (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.cpp3
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()