Package: qemu-launcher
Version: 1.7.4
Severity: minor
Tags: patch
Hi,
please find attached a patch to fix two syntax errors.
Greetings,
Chris
--- qemulauncher.glade.orig 2007-06-09 21:54:36.000000000 +0200
+++ qemulauncher.glade 2009-06-04 20:43:10.000000000 +0200
@@ -4656,7 +4656,7 @@
<widget class="GtkEntry" id="qemuctlpathfileentry">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip" translatable="yes">Path to executable file of utility used for controling run time options. This is optional.</property>
+ <property name="tooltip" translatable="yes">Path to executable file of utility used for controlling run time options. This is optional.</property>
<property name="width_chars">6</property>
</widget>
<packing>
@@ -5054,7 +5054,7 @@
<property name="visible">True</property>
<property name="can_focus">True</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">Create QCOW2 image form a QCOW image</property>
+ <property name="label" translatable="yes">Create QCOW2 image from a QCOW image</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">newcowradiobutton</property>