[pitivi: 18/19] Fix bug 632366 - Ellipsize the "Open" and "Save As" menu items
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 18/19] Fix bug 632366 - Ellipsize the "Open" and "Save As" menu items
- Date: Wed, 24 Nov 2010 10:31:26 +0000 (UTC)
commit bc381acf58e3b7070c4f42e76547c613488be0de
Author: Ben Asselstine <benasselstine gmail com>
Date: Tue Nov 23 12:24:52 2010 +0000
Fix bug 632366 - Ellipsize the "Open" and "Save As" menu items
pitivi/ui/mainwindow.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index c3d54a7..014ad93 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -271,18 +271,18 @@ class PitiviMainWindow(gtk.Window, Loggable):
self.actions = [
("NewProject", gtk.STOCK_NEW, None,
None, _("Create a new project"), self._newProjectMenuCb),
- ("OpenProject", gtk.STOCK_OPEN, None,
+ ("OpenProject", gtk.STOCK_OPEN, _("_Open..."),
None, _("Open an existing project"), self._openProjectCb),
("SaveProject", gtk.STOCK_SAVE, None,
None, _("Save the current project"), self._saveProjectCb),
- ("SaveProjectAs", gtk.STOCK_SAVE_AS, None,
+ ("SaveProjectAs", gtk.STOCK_SAVE_AS, _("Save _As..."),
None, _("Save the current project"), self._saveProjectAsCb),
("RevertToSavedProject", gtk.STOCK_REVERT_TO_SAVED, None,
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"),
- None, _("Render project"), self._recordCb),
+ None, _("Render project..."), self._recordCb),
("Undo", gtk.STOCK_UNDO,
_("_Undo"),
"<Ctrl>Z", _("Undo the last operation"), self._undoCb),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]