mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
Improve wording of hide lines actions
These also appear in the context menu of the timeline. The more generic wording makes more sense for the timeline, since you do not pinpoint any specific line in this case.
This commit is contained in:
parent
c89cada72a
commit
1b724edcac
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ class Window (object):
|
||||||
self.actions.reload_file.props.sensitive = False
|
self.actions.reload_file.props.sensitive = False
|
||||||
|
|
||||||
group = gtk.ActionGroup ("RowActions")
|
group = gtk.ActionGroup ("RowActions")
|
||||||
group.add_actions ([("hide-before-line", None, _("Hide lines before this one")),
|
group.add_actions ([("hide-before-line", None, _("Hide lines before this point")),
|
||||||
("hide-after-line", None, _("Hide lines after this one")),
|
("hide-after-line", None, _("Hide lines after this point")),
|
||||||
("show-hidden-lines", None, _("Show hidden lines")),
|
("show-hidden-lines", None, _("Show hidden lines")),
|
||||||
("edit-copy-line", gtk.STOCK_COPY, _("Copy line"), "<Ctrl>C"),
|
("edit-copy-line", gtk.STOCK_COPY, _("Copy line"), "<Ctrl>C"),
|
||||||
("edit-copy-message", gtk.STOCK_COPY, _("Copy message"), ""),
|
("edit-copy-message", gtk.STOCK_COPY, _("Copy message"), ""),
|
||||||
|
|
Loading…
Reference in a new issue