Bug 122396 - grammar error in string, s/ to / from /
Summary: grammar error in string, s/ to / from /
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.4-SVN
Platform: Debian testing Linux
: NOR minor
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 03:59 UTC by Adeodato Simó
Modified: 2006-06-11 12:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adeodato Simó 2006-02-21 03:59:56 UTC
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.
Comment 1 Alexandre Oliveira 2006-02-21 06:07:38 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&amp;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"