[pitivi: 18/65] Correct the media library's infobar text
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 18/65] Correct the media library's infobar text
- Date: Mon, 4 Jul 2011 01:20:45 +0000 (UTC)
commit 50ac11dd3fe5b58d9579f2033e34d5c3bfa0e619
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sat Jun 11 23:22:01 2011 -0400
Correct the media library's infobar text
pitivi/ui/sourcelist.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/sourcelist.py b/pitivi/ui/sourcelist.py
index 8c24ca7..f34c32c 100644
--- a/pitivi/ui/sourcelist.py
+++ b/pitivi/ui/sourcelist.py
@@ -238,9 +238,9 @@ class SourceList(gtk.VBox, Loggable):
txtlabel.set_line_wrap(True)
txtlabel.set_line_wrap_mode(pango.WRAP_WORD)
txtlabel.set_justify(gtk.JUSTIFY_CENTER)
- txtlabel.set_markup(
- _("<span>Import your clips by dragging them here or "
- "by using the buttons above.</span>"))
+ txtlabel.set_text(
+ _('Add media to your project by dragging files here or '
+ 'by using the "Import clips..." button.'))
self.infobar.add(txtlabel)
self.txtlabel = txtlabel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]