diff --git a/src/main.py b/src/main.py index da12f489..c1c7d1e9 100644 --- a/src/main.py +++ b/src/main.py @@ -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.", diff --git a/src/utilities/utilities_overlay.py b/src/utilities/utilities_overlay.py index 549ee245..7bcefe86 100644 --- a/src/utilities/utilities_overlay.py +++ b/src/utilities/utilities_overlay.py @@ -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)