[conduit] Rename iPod Dataproviders to be consistant



commit 8e2d58b6cc724b742574922cf0935cdc20908bee
Author: John Stowers <john stowers gmail com>
Date:   Wed Sep 22 18:20:31 2010 +1200

    Rename iPod Dataproviders to be consistant

 conduit/modules/iPodModule/iPodModule.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/conduit/modules/iPodModule/iPodModule.py b/conduit/modules/iPodModule/iPodModule.py
index 3a733e6..cfa1f50 100644
--- a/conduit/modules/iPodModule/iPodModule.py
+++ b/conduit/modules/iPodModule/iPodModule.py
@@ -948,7 +948,7 @@ IPOD_AUDIO_ENCODINGS = {
 
 class IPodMusicTwoWay(IPodMediaTwoWay):
 
-    _name_ = _("iPod Music")
+    _name_ = _("Music")
     _description_ = _("Synchronize your iPod music")
     _module_type_ = "twoway"
     _in_type_ = "file/audio"
@@ -984,7 +984,7 @@ IPOD_VIDEO_ENCODINGS = {
 
 class IPodVideoTwoWay(IPodMediaTwoWay):
 
-    _name_ = _("iPod Video")
+    _name_ = _("Video")
     _description_ = _("Synchronize your iPod videos")
     _module_type_ = "twoway"
     _in_type_ = "file/video"



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