[rhythmbox] iradio: use 'remove' rather than 'delete' in the popup



commit 3847ca238b42027a939f70c134b419f4f164900e
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Jan 13 23:04:20 2010 +1000

    iradio: use 'remove' rather than 'delete' in the popup
    
    We couldn't delete radio streams even if we wanted to, so this is
    definitely 'remove' rather than 'delete'.

 plugins/iradio/iradio-ui.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/iradio/iradio-ui.xml b/plugins/iradio/iradio-ui.xml
index c91437a..67f44e5 100644
--- a/plugins/iradio/iradio-ui.xml
+++ b/plugins/iradio/iradio-ui.xml
@@ -12,7 +12,7 @@
   </popup>
 
   <popup name="IRadioViewPopup">
-    <menuitem name="DeleteIRadioPopup" action="EditDelete"/>
+    <menuitem name="DeleteIRadioPopup" action="EditRemove"/>
     <separator/>
     <menuitem name="PropertiesIRadioPopup" action="MusicProperties"/>
   </popup>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]