Skip to content

Commit

Permalink
Renamed Pause to Emergency pause for clearer communication
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Aug 11, 2020
1 parent e868e58 commit d5eb658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qui/tray/domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, vm, icon_cache):
img = Gtk.Image.new_from_pixbuf(icon_cache.get_icon('pause'))

self.set_image(img)
self.set_label(_('Pause'))
self.set_label(_('Emergency pause'))

self.connect('activate', self.perform_pause)

Expand Down

0 comments on commit d5eb658

Please sign in to comment.