[pitivi: 1/5] Simplify the string for the "Render..." button and menu item



commit 780b199205dd59c892cc144e94c8d56819be2012
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Mon Aug 15 14:59:25 2011 -0400

    Simplify the string for the "Render..." button and menu item

 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 636a3d5..d5d3936 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -269,7 +269,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
              None, _("Reload the current project"), self._revertToSavedProjectCb),
             ("ProjectSettings", gtk.STOCK_PROPERTIES, _("Project Settings"),
              None, _("Edit the project settings"), self._projectSettingsCb),
-            ("RenderProject", 'pitivi-render', _("_Render Project..."),
+            ("RenderProject", 'pitivi-render', _("_Render..."),
              None, _("Export your project as a finished movie"), self._recordCb),
             ("Undo", gtk.STOCK_UNDO,
              _("_Undo"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]