1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 03:27:40 +01:00

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

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"),