Mark a few missing strings as translatable
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14388 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
545f861c05
commit
55b3077e63
@ -67,12 +67,12 @@ void CustomVideoSettingsialog::beforeAddingWidgets()
|
||||
else if (UserConfigParams::m_anisotropic == 8) value = 4;
|
||||
else if (UserConfigParams::m_anisotropic == 16) value = 5;
|
||||
else if (UserConfigParams::m_trilinear) value = 1;
|
||||
filtering->addLabel( L"Bilinear" ); // 0
|
||||
filtering->addLabel( L"Trilinear" ); // 1
|
||||
filtering->addLabel( L"Anisotropic x2" ); // 2
|
||||
filtering->addLabel( L"Anisotropic x4" ); // 3
|
||||
filtering->addLabel( L"Anisotropic x8" ); // 4
|
||||
filtering->addLabel( L"Anisotropic x16" ); // 5
|
||||
filtering->addLabel( _("Bilinear") ); // 0
|
||||
filtering->addLabel( _("Trilinear") ); // 1
|
||||
filtering->addLabel( _("Anisotropic x2") ); // 2
|
||||
filtering->addLabel( _("Anisotropic x4") ); // 3
|
||||
filtering->addLabel( _("Anisotropic x8") ); // 4
|
||||
filtering->addLabel( _("Anisotropic x16") ); // 5
|
||||
|
||||
filtering->setValue( value );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user