Arts: Minor change.

setup.py
Pierre-Antoine Rouby 2024-03-29 17:37:54 +01:00
parent 776164310b
commit fd9a338365
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -67,5 +67,5 @@ class AboutWindow(PamhyrDialog):
label = f"\n - {author}" + label label = f"\n - {author}" + label
except StopIteration: except StopIteration:
label = _translate("About", "Contributors: ") + label label = _translate("About", "Contributors: ") + label
label = "Copyright © 2023-2024 INRAE\n" + label label = "Copyright © 2022-2024 INRAE\n" + label
self.set_label_text("label_copyright", label) self.set_label_text("label_copyright", label)