[pitivi] mainwindow: Short and consistent names for the context tabs
- From: Mathieu Duponchelle <mathieudu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] mainwindow: Short and consistent names for the context tabs
- Date: Fri, 28 Feb 2014 03:14:00 +0000 (UTC)
commit 7d3268b396430397c83b635e020323bd20daae36
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Sun Feb 23 23:42:14 2014 +0100
mainwindow: Short and consistent names for the context tabs
pitivi/mainwindow.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 1a51ecb..fdc580a 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -397,9 +397,9 @@ class PitiviMainWindow(Gtk.Window, Loggable):
self.clipconfig = ClipProperties(self.app, self.uimanager)
self.trans_list = TransitionsListWidget(self.app, self.uimanager)
self.title_editor = TitleEditor(self.app, self.uimanager)
- self.context_tabs.append_page(self.clipconfig, Gtk.Label(label=_("Clip configuration")))
- self.context_tabs.append_page(self.trans_list, Gtk.Label(label=_("Transitions")))
- self.context_tabs.append_page(self.title_editor.widget, Gtk.Label(label=_("Title editor")))
+ self.context_tabs.append_page(self.clipconfig, Gtk.Label(label=_("Clip")))
+ self.context_tabs.append_page(self.trans_list, Gtk.Label(label=_("Transition")))
+ self.context_tabs.append_page(self.title_editor.widget, Gtk.Label(label=_("Title")))
self.context_tabs.connect("switch-page", self.title_editor.tabSwitchedCb)
# Show by default the Title tab, as the Clip and Transition tabs
# are useful only when a clip or transition is selected, but
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]