diff options
-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> |