]> git.sesse.net Git - vlc/blobdiff - modules/control/corba/simpleplayer.py
* string review.
[vlc] / modules / control / corba / simpleplayer.py
index d437119495a7d79b50ee0ccbb5743006fb4901b8..94a83b7ebc6c8f36fd4be93c0823ae4b922bdc0c 100644 (file)
@@ -72,7 +72,7 @@ class DVDControl (Connect):
         self.gui.get_widget ("win").set_title (title)
         
     def launch_player (self):
-        """Launch the VLC corba plugin"""
+        """Launch the VLC corba module"""
         #print "Launching vlc server..."
         # FIXME: spawn is portable, but how can we make sure that
         # launch-vlc-corba launches the application in the background ?