mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Mark all video backend names for translation
This commit is contained in:
parent
e22c5333ab
commit
dc2f22516c
5 changed files with 15 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue