mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
addhw: Use header case for dialog title
This commit is contained in:
parent
746388343c
commit
ad3bcb2ea9
@ -4,7 +4,7 @@
|
|||||||
<!-- interface-naming-policy toplevel-contextual -->
|
<!-- interface-naming-policy toplevel-contextual -->
|
||||||
<widget class="GtkWindow" id="vmm-add-hardware">
|
<widget class="GtkWindow" id="vmm-add-hardware">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="title" translatable="yes">Add new virtual hardware</property>
|
<property name="title" translatable="yes">Add New Virtual Hardware</property>
|
||||||
<property name="type_hint">dialog</property>
|
<property name="type_hint">dialog</property>
|
||||||
<signal name="delete_event" handler="on_vmm_create_delete_event"/>
|
<signal name="delete_event" handler="on_vmm_create_delete_event"/>
|
||||||
<child>
|
<child>
|
||||||
|
Loading…
Reference in New Issue
Block a user