privacy: Use ellipses for btns that require confirmation
https://bugzilla.gnome.org/show_bug.cgi?id=778568
This commit is contained in:
parent
479f04904c
commit
02e556cfb3
1 changed files with 2 additions and 2 deletions
|
@ -584,7 +584,7 @@
|
|||
<property name="margin_bottom">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="empty_trash_button">
|
||||
<property name="label" translatable="yes">_Empty Trash</property>
|
||||
<property name="label" translatable="yes">_Empty Trash…</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
@ -600,7 +600,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="purge_temp_button">
|
||||
<property name="label" translatable="yes">_Purge Temporary Files</property>
|
||||
<property name="label" translatable="yes">_Purge Temporary Files…</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue