[pitivi: 4/65] Use "Resolution" instead of "Width/Height" in the file chooser



commit 8bf047bcda8518da6b6b4c269b26bd43b0a33504
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Fri May 20 22:43:32 2011 -0400

    Use "Resolution" instead of "Width/Height" in the file chooser

 pitivi/ui/filechooserpreview.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/filechooserpreview.py b/pitivi/ui/filechooserpreview.py
index e16a847..c9aca5b 100644
--- a/pitivi/ui/filechooserpreview.py
+++ b/pitivi/ui/filechooserpreview.py
@@ -216,7 +216,7 @@ class PreviewWidget(gtk.VBox, Loggable):
                 self.seeker.show()
                 self.b_zoom_in.show()
                 self.b_zoom_out.show()
-                self.description = _("<b>Width/Height</b>: %dx%d") % (video.par*video.width, video.height) + "\n" + \
+                self.description = _("<b>Resolution</b>: %dx%d") % (video.par*video.width, video.height) + "\n" + \
                     _("<b>Duration</b>: %s") % (duration) + "\n"
         else:
             self.current_preview_type = 'audio'



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