diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-02-23 18:33:39 +0000 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-02-23 19:13:41 +0000 |
commit | ad5ff5f6d16228e1cfd96f837b69e24c4e21255a (patch) | |
tree | a5a4b82cc580d3e7e364db723997769e4693a20c /gtk/inspector | |
parent | a66584eca8d6f2c5ec7793f2ca11b139e5d11e6f (diff) | |
download | gtk+-ad5ff5f6d16228e1cfd96f837b69e24c4e21255a.tar.gz |
Inspector: Use Title Case for labels & menu items
https://developer.gnome.org/hig/stable/writing-style.html.en
https://bugzilla.gnome.org/show_bug.cgi?id=779147
Diffstat (limited to 'gtk/inspector')
-rw-r--r-- | gtk/inspector/general.ui | 2 | ||||
-rw-r--r-- | gtk/inspector/misc-info.ui | 18 | ||||
-rw-r--r-- | gtk/inspector/visual.ui | 6 | ||||
-rw-r--r-- | gtk/inspector/window.ui | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/gtk/inspector/general.ui b/gtk/inspector/general.ui index 527d63ed1b..c434793249 100644 --- a/gtk/inspector/general.ui +++ b/gtk/inspector/general.ui @@ -405,7 +405,7 @@ <child> <object class="GtkLabel" id="display_rgba_label"> <property name="visible">True</property> - <property name="label" translatable="yes">RGBA visual</property> + <property name="label" translatable="yes">RGBA Visual</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0.0</property> diff --git a/gtk/inspector/misc-info.ui b/gtk/inspector/misc-info.ui index a5bc70d388..f1f5591b5b 100644 --- a/gtk/inspector/misc-info.ui +++ b/gtk/inspector/misc-info.ui @@ -65,7 +65,7 @@ <child> <object class="GtkLabel" id="refcount_label"> <property name="visible">True</property> - <property name="label" translatable="yes">Reference count</property> + <property name="label" translatable="yes">Reference Count</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0.0</property> @@ -291,7 +291,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Request mode</property> + <property name="label" translatable="yes">Request Mode</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -393,7 +393,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Clip area</property> + <property name="label" translatable="yes">Clip Area</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -472,7 +472,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Tick callback</property> + <property name="label" translatable="yes">Tick Callback</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -508,7 +508,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Frame count</property> + <property name="label" translatable="yes">Frame Count</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -542,7 +542,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Frame rate</property> + <property name="label" translatable="yes">Frame Rate</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -576,7 +576,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Accessible role</property> + <property name="label" translatable="yes">Accessible Role</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -610,7 +610,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Accessible name</property> + <property name="label" translatable="yes">Accessible Name</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> @@ -646,7 +646,7 @@ <child> <object class="GtkLabel"> <property name="visible">true</property> - <property name="label" translatable="yes">Accessible description</property> + <property name="label" translatable="yes">Accessible Description</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0</property> diff --git a/gtk/inspector/visual.ui b/gtk/inspector/visual.ui index ea8d0f891b..359c0a7f77 100644 --- a/gtk/inspector/visual.ui +++ b/gtk/inspector/visual.ui @@ -344,7 +344,7 @@ <child> <object class="GtkLabel" id="hidpi_label"> <property name="visible">True</property> - <property name="label" translatable="yes">Window scaling</property> + <property name="label" translatable="yes">Window Scaling</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0.0</property> @@ -680,7 +680,7 @@ <child> <object class="GtkLabel" id="touchscreen_label"> <property name="visible">True</property> - <property name="label" translatable="yes">Simulate touchscreen</property> + <property name="label" translatable="yes">Simulate Touchscreen</property> <property name="halign">start</property> <property name="valign">baseline</property> <property name="xalign">0.0</property> @@ -737,7 +737,7 @@ <property name="halign">end</property> <property name="valign">baseline</property> <items> - <item translatable="yes" id="maybe">When needed</item> + <item translatable="yes" id="maybe">When Needed</item> <item translatable="yes" id="always">Always</item> <item translatable="yes" id="disable">Disabled</item> </items> diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui index 6228375de4..6bac8da735 100644 --- a/gtk/inspector/window.ui +++ b/gtk/inspector/window.ui @@ -364,7 +364,7 @@ </object> <packing> <property name="name">css-nodes</property> - <property name="title" translatable="yes">CSS nodes</property> + <property name="title" translatable="yes">CSS Nodes</property> </packing> </child> <child> |