[pitivi: 1/2] Rename Clip Library to Media Library. Fixes #609659.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 1/2] Rename Clip Library to Media Library. Fixes #609659.
- Date: Sat, 3 Apr 2010 09:02:27 +0000 (UTC)
commit 4a5ca198a8e778b3527c428e75e1d4b490d547f4
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Fri Apr 2 16:19:44 2010 +0200
Rename Clip Library to Media Library. Fixes #609659.
pitivi/ui/mainwindow.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 62d1f96..59a70b3 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -390,7 +390,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
self.projecttabs = ProjectTabs()
self.sourcelist = SourceList(instance, self.uimanager)
- self.projecttabs.append_page(self.sourcelist, gtk.Label(_("Clip Library")))
+ self.projecttabs.append_page(self.sourcelist, gtk.Label(_("Media Library")))
self._connectToSourceList()
self.sourcelist.show()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]