Summary: | grammar error in string, s/ to / from / | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Adeodato Simó <dato> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | ana |
Priority: | NOR | ||
Version: | 1.4-SVN | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Adeodato Simó
2006-02-21 03:59:56 UTC
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" |