This commit is contained in:
auria.mg 2016-04-23 09:00:40 -04:00
parent b6431c3383
commit 8c337110a2
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: supertuxkart\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-22 20:28-0400\n"
"POT-Creation-Date: 2016-04-23 09:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3826,7 +3826,7 @@ msgid "Locked: solve active challenges to gain access to more!"
msgstr ""
#: src/states_screens/tracks_screen.cpp:195
msgid "Only Offical track is supported."
msgid "Only official tracks are supported."
msgstr ""
#. I18N: when showing who is the author of track '%s'

View File

@ -192,7 +192,7 @@ void TracksScreen::buildTrackList()
if (!(curr_group_name == DEFAULT_GROUP_NAME ||
curr_group_name == ALL_TRACK_GROUPS_ID) && m_offical_track)
{
tracks_widget->setText(_("Only Offical track is supported."));
tracks_widget->setText(_("Only official tracks are supported."));
tracks_widget->updateItemDisplay();
return;
}