summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2015-02-02 02:05:48 +0900
committerChangwoo Ryu <cwryu@debian.org>2015-02-02 02:05:48 +0900
commite8d995a7240a1f66bd7b687440a28d4800351bfc (patch)
tree06aabc374c23412a2a8e5938061a875cff1f704a
parentb5fa974662a5b5fe06c375ffbf46f245594146fb (diff)
downloadibus-hangul-e8d995a7240a1f66bd7b687440a28d4800351bfc.tar.gz
Correct capitalization of setup labels
* All words in header labels should be capitalized, according to the GNOME HIG * "Hangul" should be capitalized.
-rw-r--r--setup/setup.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup/setup.ui b/setup/setup.ui
index ffe266c..40e30b7 100644
--- a/setup/setup.ui
+++ b/setup/setup.ui
@@ -157,7 +157,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkCheckButton" id="StartInHangulMode">
- <property name="label" translatable="yes">Start in _hangul mode</property>
+ <property name="label" translatable="yes">Start in _Hangul mode</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -261,7 +261,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">&lt;b&gt;Hangul toggle key&lt;/b&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Hangul Toggle Key&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
@@ -399,7 +399,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="label" translatable="yes">&lt;b&gt;Hanja key&lt;/b&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Hanja Key&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="wrap_mode">word-char</property>
</object>