[virt-tools-list] [virt-viewer] about: Fix the program's name in the title
Fabiano Fidêncio
fidencio at redhat.com
Mon Feb 29 06:47:51 UTC 2016
Title currently says "About Glade". It's not a big deal because it's not
actually shown anywhere, but just for correctness let's change it to
"About Virt-Viewer".
Thanks Jonathon Jongsma for pointing this out.
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
src/virt-viewer-about.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/virt-viewer-about.xml b/src/virt-viewer-about.xml
index 287c68d..28e38c8 100644
--- a/src/virt-viewer-about.xml
+++ b/src/virt-viewer-about.xml
@@ -4,7 +4,7 @@
<object class="GtkAboutDialog" id="about">
<property name="can_focus">False</property>
<property name="border_width">5</property>
- <property name="title" translatable="yes">About Glade</property>
+ <property name="title" translatable="yes">About Virt-Viewer</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
--
2.5.0
More information about the virt-tools-list
mailing list