mirror of https://gitlab.com/pamhyr/pamhyr2
Arts: Minor change.
parent
776164310b
commit
fd9a338365
BIN
arts/add.kra
BIN
arts/add.kra
Binary file not shown.
Binary file not shown.
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue