Blame SOURCES/0021-file-transfer-Fix-label-of-the-dialog.patch

48c875
From 5d953fc30522de029597a247fdab59452dceabbf Mon Sep 17 00:00:00 2001
48c875
From: Pavel Grunt <pgrunt@redhat.com>
48c875
Date: Thu, 2 Mar 2017 16:00:37 +0100
48c875
Subject: [PATCH 21/26] file-transfer: Fix label of the dialog
48c875
48c875
Display correct text and make it translatable
48c875
48c875
Resolves:
48c875
https://bugs.freedesktop.org/show_bug.cgi?id=99980
48c875
48c875
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
48c875
---
48c875
 src/resources/ui/virt-viewer-file-transfer-dialog.ui | 2 +-
48c875
 1 file changed, 1 insertion(+), 1 deletion(-)
48c875
48c875
diff --git a/src/resources/ui/virt-viewer-file-transfer-dialog.ui b/src/resources/ui/virt-viewer-file-transfer-dialog.ui
48c875
index 5e761c8..f71e174 100644
48c875
--- a/src/resources/ui/virt-viewer-file-transfer-dialog.ui
48c875
+++ b/src/resources/ui/virt-viewer-file-transfer-dialog.ui
48c875
@@ -25,7 +25,7 @@
48c875
             </child>
48c875
             <child>
48c875
               <object class="GtkButton" id="button1">
48c875
-                <property name="label">gtk-cancel</property>
48c875
+                <property name="label" translatable="yes">_Cancel</property>
48c875
                 <property name="visible">True</property>
48c875
                 <property name="can_focus">True</property>
48c875
                 <property name="receives_default">True</property>
48c875
-- 
48c875
2.12.0
48c875