[pitivi: 22/28] Make project file type name translatable in	StartUpWizard
- From: Edward Hervey <edwardrv src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [pitivi: 22/28] Make project file type name translatable in	StartUpWizard
 
- Date: Thu, 14 Jul 2011 16:25:03 +0000 (UTC)
 
commit 0c2e3a0616e368a51b4a9854111f7c3b7f475fcc
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Sun Jul 10 09:50:18 2011 +0200
    Make project file type name translatable in StartUpWizard
 pitivi/ui/startupwizard.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.py b/pitivi/ui/startupwizard.py
index ce418e9..e30f803 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -23,6 +23,8 @@ import os
 import gtk
 import webbrowser
 
+from gettext import gettext as _
+
 from pitivi.configure import get_ui_dir
 from pitivi.configure import APPMANUALURL
 
@@ -53,7 +55,7 @@ class StartUpWizard(object):
         # FIXME: gtk creates a combo box with only one item, but there is no
         # simple way to hide it.
         filter = gtk.RecentFilter()
-        filter.set_name("Projects")
+        filter.set_name(_("Projects"))
         filter.add_pattern("*.xptv")
         self.recent_chooser.add_filter(filter)
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]