Skip to content

Commit

Permalink
Fixed spelling mistake in qui-clipboard widget
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Apr 2, 2019
1 parent 85d306a commit 2a1aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qui/clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(self, wm, **properties):

self.icon = Gtk.StatusIcon()
self.icon.set_from_icon_name('edit-copy')
self.icon.set_tooltip_markup('<b>Qubes Clipboard</b>\nInformation'
self.icon.set_tooltip_markup('<b>Qubes Clipboard</b>\nInformation '
'about current state of Qubes Clipboard.')
self.icon.connect('button-press-event', self.show_menu)

Expand Down

0 comments on commit 2a1aa81

Please sign in to comment.