DolphinWX: Mark AF choices as translatable

For consistency with DolphinQt2.
This commit is contained in:
JosJuice 2017-07-23 11:00:23 +02:00
parent 8deba867e8
commit d7d88aeb7d
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string& title)
// AF
{
const std::array<wxString, 5> af_choices{{"1x", "2x", "4x", "8x", "16x"}};
const std::array<wxString, 5> af_choices{{_("1x"), _("2x"), _("4x"), _("8x"), _("16x")}};
szr_enh->Add(new wxStaticText(page_enh, wxID_ANY, _("Anisotropic Filtering:")),
wxGBPosition(row, 0), wxDefaultSpan, wxALIGN_CENTER_VERTICAL);
szr_enh->Add(CreateChoice(page_enh, Config::GFX_ENHANCE_MAX_ANISOTROPY,