[orca/new-settings: 134/139] Capitalized the dialog's titles for better fit with the HIG
- From: Juanje Ojeda Croissier <jojeda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings: 134/139] Capitalized the dialog's titles for better fit with the HIG
- Date: Wed, 8 Sep 2010 16:56:26 +0000 (UTC)
commit 5eeeb443819495798c48ddad8b2754dc048335a8
Author: Juanje Ojeda <jojeda emergya es>
Date: Mon Sep 6 05:59:18 2010 +0200
Capitalized the dialog's titles for better fit with the HIG
src/orca/orca-profile.ui | 2 +-
src/orca/orca_gui_prefs.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca-profile.ui b/src/orca/orca-profile.ui
index 779bf23..8596fff 100644
--- a/src/orca/orca-profile.ui
+++ b/src/orca/orca-profile.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="profileDialog">
- <property name="title" translatable="yes">Save profile as</property>
+ <property name="title" translatable="yes">Save Profile As</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index f379a96..7d65e0a 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -4394,7 +4394,7 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
dialog.set_markup("<b>User Profile Conflict!</b>")
dialog.format_secondary_markup(message)
- dialog.set_title('Save Profile as conflict')
+ dialog.set_title('Save Profile As Conflict')
response = dialog.run()
if response == gtk.RESPONSE_YES:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]