Commit fd9a3383 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Arts: Minor change.

Showing with 1 addition and 1 deletion
+1 -1
No preview for this file type
No preview for this file type
...@@ -67,5 +67,5 @@ class AboutWindow(PamhyrDialog): ...@@ -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)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment