Change message to right-click from double-click
svn: r15513
This commit is contained in:
parent
ddfcf61f12
commit
61905f3681
@ -69,7 +69,7 @@ def run(database, document, filter_name, *args, **kwargs):
|
|||||||
if (filter_name == 'all'):
|
if (filter_name == 'all'):
|
||||||
sdoc.title(_("Summary counts of current selection"))
|
sdoc.title(_("Summary counts of current selection"))
|
||||||
sdoc.paragraph("")
|
sdoc.paragraph("")
|
||||||
sdoc.paragraph("Double-click row to see selected items.")
|
sdoc.paragraph(_("Right-click row (or press ENTER) to see selected items."))
|
||||||
sdoc.paragraph("")
|
sdoc.paragraph("")
|
||||||
stab.columns(_("Object"), _("Count/Total"))
|
stab.columns(_("Object"), _("Count/Total"))
|
||||||
stab.row([_("People"), "Filter", "Person"],
|
stab.row([_("People"), "Filter", "Person"],
|
||||||
|
Loading…
Reference in New Issue
Block a user