Browse Source

about: Update copyright year

merge-requests/1327/merge
Hari Rana 3 years ago committed by Kévin Commaille
parent
commit
7f57fb9324
  1. 2
      src/application.rs

2
src/application.rs

@ -188,7 +188,7 @@ impl Application {
.version(config::VERSION)
.transient_for(&self.get_main_window())
.modal(true)
.copyright(&gettext("© 2017-2022 The Fractal Team"))
.copyright(&gettext("© 2017-2023 The Fractal Team"))
.developers(vec![
"Alejandro Domínguez".to_string(),
"Alexandre Franke".to_string(),

Loading…
Cancel
Save