diff options
author | Monsta <[email protected]> | 2015-02-02 14:10:27 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-15 18:58:50 +0100 |
commit | 28e2e2ea744cf845d21b15adf4e37c61b4ff59a4 (patch) | |
tree | 7963e6ce608d6eff8836c6124e3c55e061a8c3df /stickynotes | |
parent | 7de840befb77d25e71c9a81665e3e94266b3f725 (diff) | |
download | mate-applets-28e2e2ea744cf845d21b15adf4e37c61b4ff59a4.tar.bz2 mate-applets-28e2e2ea744cf845d21b15adf4e37c61b4ff59a4.tar.xz |
stickynotes: proper tooltip for 'x' button on the note's title
because this button deletes the note, not just "closes" it
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/stickynotes.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes.ui b/stickynotes/stickynotes.ui index 016ceeef..3df63c99 100644 --- a/stickynotes/stickynotes.ui +++ b/stickynotes/stickynotes.ui @@ -817,7 +817,7 @@ <object class="GtkButton" id="close_button"> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="tooltip_text" translatable="yes">Close note</property> + <property name="tooltip_text" translatable="yes">Delete note</property> <property name="relief">none</property> <child> <object class="GtkImage" id="close_img"> |