Hi, this comes from Debian Bug#348267 (http://bugs.debian.org/348267) submitted by Chris Howie <cdhowie@nerdshack.com>. ----------------------------------8<---------------------------------------- The string "Automatically remove played tracks to the playlist", should be "Automatically remove played tracks from the playlist" (s/ to / from /) This string is found on the "Playlists" tab. Click "Show Options" at the bottom of this pane, and it's the tooltip for the "Remove played tracks" checkbox. ---------------------------------->8---------------------------------------- It seems like the "Show Options" button is no longer there in SVN, but I can find the mentioned string in 1.4-beta1-r511476. Thanks.
SVN commit 511862 by aoliveira: s/remove to the playlist/remove from the playlist/ I also removed a file we don't use anymore BUG: 122396 M +0 -1 Makefile.am M +1 -1 newdynamic.ui M +0 -1 party.cpp D partydialogbase.ui --- trunk/extragear/multimedia/amarok/src/Makefile.am #511861:511862 @@ -101,7 +101,6 @@ osd.cpp \ organizecollectiondialog.ui \ party.cpp \ - partydialogbase.ui \ playerwindow.cpp \ playlist.cpp \ playlistbrowser.cpp \ --- trunk/extragear/multimedia/amarok/src/newdynamic.ui #511861:511862 @@ -257,7 +257,7 @@ <string>Remove pla&yed tracks</string> </property> <property name="toolTip" stdset="0"> - <string>Automatically remove played tracks to the playlist</string> + <string>Automatically remove played tracks from the playlist</string> </property> <property name="whatsThis" stdset="0"> <string>Automatically remove played tracks to the playlist</string> --- trunk/extragear/multimedia/amarok/src/party.cpp #511861:511862 @@ -18,7 +18,6 @@ #include "collectiondb.h" #include "debug.h" #include "party.h" -#include "partydialogbase.h" #include "playlist.h" #include "playlistbrowser.h" #include "playlistselection.h"