Make 2 more strings translatable

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8882 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-06-12 15:09:50 +00:00
parent 561e40a9ed
commit 6ef8702364

View File

@ -62,8 +62,8 @@ void AddonsScreen::loadedFromFile()
GUIEngine::ListWidget* w_list =
getWidget<GUIEngine::ListWidget>("list_addons");
w_list->addColumn( L"Add-on name" );
w_list->addColumn( L"Updated date" );
w_list->addColumn( _("Add-on name") );
w_list->addColumn( _("Updated date") );
w_list->setColumnListener(this);
} // loadedFromFile