[pitivi] prefs: Capitalize the title of the dialog
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] prefs: Capitalize the title of the dialog
- Date: Tue, 27 Sep 2016 08:50:25 +0000 (UTC)
commit 687ba8d19f9573345ab21e31766c1fd986bc09a2
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Fri Sep 16 22:46:34 2016 +0200
prefs: Capitalize the title of the dialog
We should be consistent with the "New Project" title of the main window.
Reviewed-by: Jakub Brindza <jakub brindza gmail com>
Differential Revision: https://phabricator.freedesktop.org/D1321
pitivi/dialogs/prefs.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/dialogs/prefs.py b/pitivi/dialogs/prefs.py
index 1ac1056..b2e13b9 100644
--- a/pitivi/dialogs/prefs.py
+++ b/pitivi/dialogs/prefs.py
@@ -430,7 +430,7 @@ class CustomShortcutDialog(Gtk.Dialog):
self.preferences = pref_dialog
self.customised_item = customised_item
- self.set_title(_("Set shortcut"))
+ self.set_title(_("Set Shortcut"))
# Set a minimum size.
self.set_size_request(500, 300)
# Set a maximum size.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]