Skip to content

Commit

Permalink
Capitalize "python" in the Addon Manager settings
Browse files Browse the repository at this point in the history
Fixes #13016.
  • Loading branch information
Nick-Hall committed Sep 8, 2023
1 parent f2f3352 commit d9c3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gui/plug/_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def create_settings_panel(self):

row = 1
install = Gtk.CheckButton()
install.set_label(_("Allow Gramps to install required python modules"))
install.set_label(_("Allow Gramps to install required Python modules"))
active = config.get("behavior.addons-allow-install")
install.set_active(active)
install.connect("toggled", self.install_changed)
Expand Down

0 comments on commit d9c3dd7

Please sign in to comment.