Add I18N comment

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7444 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-01-16 16:34:37 +00:00
parent e3eb411458
commit af48c54926

View File

@@ -1113,6 +1113,7 @@ void RaceGUI::drawGlobalMusicDescription()
core::stringw thetext_composer;
if (mi->getComposer()!="")
{
// I18N: string used to show the author of the music. (e.g. "Sunny Song" by "John Doe")
thetext_composer = _("by");
thetext_composer += " ";
thetext_composer += mi->getComposer().c_str();