diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 03259b44..289eaf29 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -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 {