Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Improve command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
janopae committed Nov 5, 2023
1 parent 70bede2 commit a8c2714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,9 @@ def __init__(self):

Command("Watermark", "Generate watermarked PDFs.",
isMenu = True),
Command("ZoomIn", "Makes content bigger.", [util.Key(ord('+'), ctrl = True).toInt()], isMenu = True,
Command("ZoomIn", "Show screenplay bigger", [util.Key(ord('+'), ctrl = True).toInt()], isMenu = True,
isFixed = True),
Command("ZoomOut", "Makes content smaller.", [util.Key(ord('-'), ctrl = True).toInt()], isMenu = True,
Command("ZoomOut", "Show screenplay smaller.", [util.Key(ord('-'), ctrl = True).toInt()], isMenu = True,
isFixed = True),
]

Expand Down

0 comments on commit a8c2714

Please sign in to comment.