Skip to content

Commit

Permalink
strings
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 29, 2024
1 parent 9cd3d8d commit a1fa7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ def get_system_commands(self, screen: Screen) -> Iterable[SystemCommand]:

yield SystemCommand(
"Save screenshot",
"Save an SVG 'screenshot' of the current screen (in the current working directory)",
"Save an SVG 'screenshot' of the current screen",
self.deliver_screenshot,
)

Expand Down

0 comments on commit a1fa7ce

Please sign in to comment.