about: add Ken Sanislo to Additional Programming credits
This commit is contained in:
parent
3df2a30f30
commit
53e379fd24
|
|
@ -61,7 +61,7 @@ class AboutModel:
|
||||||
|
|
||||||
def get_credit_sections(self) -> List[Tuple[str, List[str]]]:
|
def get_credit_sections(self) -> List[Tuple[str, List[str]]]:
|
||||||
return [
|
return [
|
||||||
(_("Additional Programming"), ["Filipe Laíns", "Peter F. Patel-Schneider"]),
|
(_("Additional Programming"), ["Filipe Laíns", "Peter F. Patel-Schneider", "Ken Sanislo"]),
|
||||||
(_("GUI design"), ["Julien Gascard", "Daniel Pavel"]),
|
(_("GUI design"), ["Julien Gascard", "Daniel Pavel"]),
|
||||||
(
|
(
|
||||||
_("Testing"),
|
_("Testing"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue