[pitivi: 2/6] Capitalize the metadata labels in the file chooser preview
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 2/6] Capitalize the metadata labels in the file chooser preview
- Date: Fri, 24 Feb 2012 15:48:04 +0000 (UTC)
commit b8cfde0d79befb93afee04ea9818302de3f227b2
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sun Oct 9 11:54:08 2011 -0400
Capitalize the metadata labels in the file chooser preview
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 3aadb6c..7002a94 100644
--- a/pitivi/ui/filechooserpreview.py
+++ b/pitivi/ui/filechooserpreview.py
@@ -386,7 +386,7 @@ class PreviewWidget(gtk.VBox, Loggable):
keys.sort()
text = self.description + "\n"
for key in keys:
- text = text + "<b>" + key + "</b>: " + self.tags[key] + "\n"
+ text = text + "<b>" + key.capitalize() + "</b>: " + self.tags[key] + "\n"
self.l_tags.set_markup(text)
def _on_b_details_clicked_cb(self, unused_button):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]