Skip to content

Commit

Permalink
Merge pull request #620 from sabriunal/fix-typo
Browse files Browse the repository at this point in the history
app: Fix two typos
  • Loading branch information
maoschanz authored Oct 15, 2023
2 parents 9d58624 + 7bf61b7 commit 4fc5aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def on_about(self, *args):
about_dialog = Gtk.AboutDialog(transient_for=self.props.active_window,
copyright="© 2018-2023 Romain F. T.",
authors=["Romain F. T.", "Fábio Colacio", "Alexis Lozano"],
# To tranlators: "translate" this by a list of your names (one name
# To translators: "translate" this by a list of your names (one name
# per line), they will be displayed in the "about" dialog
translator_credits=_("translator-credits"),
artists=["Tobias Bernard", "Romain F. T.",
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/utilities_overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _get_radius(dx, dy, thickness):
return min([dx/5, dy/5, 12 * thickness])

################################################################################
# Canvas generic ouline ########################################################
# Canvas generic outline ########################################################

def utilities_generic_canvas_outline(cairo_context, zoom_level, w, h):
cairo_context.set_source_rgba(0.0, 0.0, 0.0, 1.0)
Expand Down

0 comments on commit 4fc5aef

Please sign in to comment.