[pitivi] Rename "Clip properties" tab to "Effects configurations" for the moment
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Rename "Clip properties" tab to "Effects configurations" for the moment
- Date: Wed, 22 Sep 2010 13:47:23 +0000 (UTC)
commit f342ddcba4115ab3e390f86db1d7d0cfb5007f94
Author: Thibault Saunier <tsaunier gnome org>
Date: Wed Sep 1 15:32:23 2010 +0200
Rename "Clip properties" tab to "Effects configurations" for the moment
pitivi/ui/mainwindow.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index c29f969..6676104 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -429,7 +429,8 @@ class PitiviMainWindow(gtk.Window, Loggable):
self.propertiestabs = BaseTabs(instance, True)
self.clipconfig = ClipProperties(instance, self.uimanager)
self.clipconfig.project = self.project
- self.propertiestabs.append_page(self.clipconfig, gtk.Label(_("Clip Properties")))
+ self.propertiestabs.append_page(self.clipconfig,
+ gtk.Label(_("Effects configurations")))
self.clipconfig.show()
self.secondhpaned.pack2(self.propertiestabs, resize= True, shrink=False)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]