just changed a duplicated translation string

This commit is contained in:
Paweł Bara 2011-02-20 16:23:30 +00:00
parent 677a93b359
commit 05cbe241e9
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ void LibraryView::contextMenuEvent(QContextMenuEvent *e) {
context_menu_->addSeparator();
add_to_playlist_enqueue_ = context_menu_->addAction(IconLoader::Load("go-next"),
tr("Add to the queue"), this, SLOT(AddToPlaylistEnqueue()));
tr("Queue track"), this, SLOT(AddToPlaylistEnqueue()));
context_menu_->addSeparator();
new_smart_playlist_ = context_menu_->addAction(IconLoader::Load("document-new"),