add missing 'for' word

This commit is contained in:
Andrzej Rybczak
2009-06-26 19:34:45 +02:00
parent d5fb17aefb
commit 7116c11a8a

View File

@@ -1414,7 +1414,7 @@ int main(int argc, char *argv[])
if (newpos > 0 && newpos < s->GetTotalLength())
Mpd->Seek(newpos);
else
ShowMessage("Out of bounds, 0:00-%s possible mm:ss, %d given.", s->GetLength().c_str(), newpos);
ShowMessage("Out of bounds, 0:00-%s possible for mm:ss, %d given.", s->GetLength().c_str(), newpos);
}
else if (position.find('s') != string::npos) // probably position in seconds
{