pidgin/resources/notificationauthorizationrequest.ui

changeset 43194
77aadc520684
parent 42966
228d9d3637a0
equal deleted inserted replaced
43193:02f50223f45a 43194:77aadc520684
29 <property name="orientation">horizontal</property> 29 <property name="orientation">horizontal</property>
30 <property name="spacing">6</property> 30 <property name="spacing">6</property>
31 <property name="valign">start</property> 31 <property name="valign">start</property>
32 <child> 32 <child>
33 <object class="GtkButton"> 33 <object class="GtkButton">
34 <property name="label" translatable="1">Accept</property> 34 <property name="label" translatable="yes">Accept</property>
35 <property name="focusable">1</property> 35 <property name="focusable">1</property>
36 <property name="receives-default">1</property> 36 <property name="receives-default">1</property>
37 <property name="halign">center</property> 37 <property name="halign">center</property>
38 <property name="valign">center</property> 38 <property name="valign">center</property>
39 <property name="action-name">notification.accept</property> 39 <property name="action-name">notification.accept</property>
42 </style> 42 </style>
43 </object> 43 </object>
44 </child> 44 </child>
45 <child> 45 <child>
46 <object class="GtkButton"> 46 <object class="GtkButton">
47 <property name="label" translatable="1">Message</property> 47 <property name="label" translatable="yes">Message</property>
48 <property name="focusable">1</property> 48 <property name="focusable">1</property>
49 <property name="receives-default">1</property> 49 <property name="receives-default">1</property>
50 <property name="halign">center</property> 50 <property name="halign">center</property>
51 <property name="valign">center</property> 51 <property name="valign">center</property>
52 <property name="action-name">notification.message</property> 52 <property name="action-name">notification.message</property>
53 </object> 53 </object>
54 </child> 54 </child>
55 <child> 55 <child>
56 <object class="GtkButton"> 56 <object class="GtkButton">
57 <property name="label" translatable="1">Deny</property> 57 <property name="label" translatable="yes">Deny</property>
58 <property name="focusable">1</property> 58 <property name="focusable">1</property>
59 <property name="receives-default">1</property> 59 <property name="receives-default">1</property>
60 <property name="halign">center</property> 60 <property name="halign">center</property>
61 <property name="valign">center</property> 61 <property name="valign">center</property>
62 <property name="action-name">notification.deny</property> 62 <property name="action-name">notification.deny</property>

mercurial