diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-07 17:31:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-07 17:35:52 +0100 |
commit | c7f86b6214ce9fcde74ceae94e8fbe8be69bea83 (patch) | |
tree | 88d65fad1acd56584ecf94838009ebfadb3dc37c | |
parent | 443dc323d93cbb657bf76053f4aeaef5345cc7a8 (diff) |
add a secondary line of text
Change-Id: Ic3878a45ddedd2e3a3815e617dd37edf6b90d1b8
-rw-r--r-- | cui/uiconfig/ui/querydeletelineenddialog.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/querydeletelineenddialog.ui b/cui/uiconfig/ui/querydeletelineenddialog.ui index 629e98765b5f..9636694fca01 100644 --- a/cui/uiconfig/ui/querydeletelineenddialog.ui +++ b/cui/uiconfig/ui/querydeletelineenddialog.ui @@ -9,7 +9,8 @@ <property name="skip_taskbar_hint">True</property> <property name="message_type">question</property> <property name="buttons">yes-no</property> - <property name="text" translatable="yes">Do you want to delete the arrowhead ?</property> + <property name="text" translatable="yes">Do you really want to delete the arrowhead ?</property> + <property name="secondary_text" translatable="yes">This action cannot be undone.</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox"> <property name="can_focus">False</property> |