[rhythmbox] context: call it 'context pane' (not 'panel') everywhere



commit 429ea56233ac01214710357f617947a0f02529ce
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Nov 29 13:55:54 2009 +1000

    context: call it 'context pane' (not 'panel') everywhere

 plugins/context/Makefile.am            |    2 +-
 plugins/context/context.rb-plugin.in   |    2 +-
 plugins/context/context/ContextView.py |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/context/Makefile.am b/plugins/context/Makefile.am
index db3cd7e..0451865 100644
--- a/plugins/context/Makefile.am
+++ b/plugins/context/Makefile.am
@@ -1,4 +1,4 @@
-# Context Panel Python Plugin
+# Context Pane Python Plugin
 
 SUBDIRS = context
 
diff --git a/plugins/context/context.rb-plugin.in b/plugins/context/context.rb-plugin.in
index 1a47293..df9e963 100644
--- a/plugins/context/context.rb-plugin.in
+++ b/plugins/context/context.rb-plugin.in
@@ -2,7 +2,7 @@
 Loader=python
 Module=context
 IAge=1
-_Name=Context Panel
+_Name=Context Pane
 _Description=Show information related to the currently playing artist and song.
 Authors=John Iacona <plate0salad gmail com>
 Copyright=Copyright © 2009 John Iacona
diff --git a/plugins/context/context/ContextView.py b/plugins/context/context/ContextView.py
index e204fc4..6fd8fdf 100644
--- a/plugins/context/context/ContextView.py
+++ b/plugins/context/context/ContextView.py
@@ -84,7 +84,7 @@ class ContextView (gobject.GObject):
         self.current = 'artist'
         self.tab[self.current].activate ()
 
-        # Add button to toggle visibility of panel
+        # Add button to toggle visibility of pane
         self.action = ('ToggleContextView','gtk-info', _('Toggle Conte_xt Pane'),
                         None, _('Change the visibility of the context pane'),
                         self.toggle_visibility, True)
@@ -248,7 +248,7 @@ class ContextView (gobject.GObject):
         self.vbox2 = gtk.VBox()
         self.buttons = gtk.HBox()
 
-        #---- pack everything into side panel ----#
+        #---- pack everything into side pane ----#
         self.vbox.pack_start  (self.frame, expand = False)
         self.vbox2.pack_start (self.buttons, expand = False)
         self.vbox2.pack_start (self.scroll, expand = True)



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