- Allow details window to resize again (#491683) - Handle collecting username for vnc authentication (#499589) - Actually handle arch config when creating a VM (#499145) - Log libvirt capabilities at startup to aid debugging (#500337)
20 lines
1.1 KiB
Diff
20 lines
1.1 KiB
Diff
# HG changeset patch
|
|
# User Cole Robinson <crobinso@redhat.com>
|
|
# Date 1240333404 14400
|
|
# Node ID 1cfb9a961d2dbc3ca6d14fad46de3264e7480104
|
|
# Parent c5ecf4a3c7badaf3ec16103ad9c53c2e8bf91a5a
|
|
Fix 'operating' typo in create wizard.
|
|
|
|
diff -r c5ecf4a3c7ba -r 1cfb9a961d2d src/vmm-create.glade
|
|
--- a/src/vmm-create.glade Mon Apr 20 13:51:15 2009 -0400
|
|
+++ b/src/vmm-create.glade Tue Apr 21 13:03:24 2009 -0400
|
|
@@ -202,7 +202,7 @@
|
|
<widget class="GtkLabel" id="label12">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
- <property name="label" translatable="yes">Choose how you would like to install the opertaing system</property>
|
|
+ <property name="label" translatable="yes">Choose how you would like to install the operating system</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|