♻ update year
This commit is contained in:
parent
76e4a2d96a
commit
6fa39f148f
|
@ -105,7 +105,7 @@ fn show_about_dialog() {
|
||||||
])
|
])
|
||||||
// Translators: Replace "translator-credits" with your names. Put a comma between.
|
// Translators: Replace "translator-credits" with your names. Put a comma between.
|
||||||
.translator_credits(&gettextrs::gettext("translator-credits"))
|
.translator_credits(&gettextrs::gettext("translator-credits"))
|
||||||
.copyright("2021-2022 CachyOS team")
|
.copyright("2021-2023 CachyOS team")
|
||||||
.license_type(gtk::License::Gpl30)
|
.license_type(gtk::License::Gpl30)
|
||||||
.website("https://github.com/cachyos/cachyos-welcome")
|
.website("https://github.com/cachyos/cachyos-welcome")
|
||||||
.website_label("GitHub")
|
.website_label("GitHub")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Generated with glade 3.40.0
|
<!-- Generated with glade 3.40.0
|
||||||
|
|
||||||
Copyright (C) 2021-2022 CachyOS team
|
Copyright (C) 2021-2023 CachyOS team
|
||||||
|
|
||||||
This file is part of cachyos-welcome.
|
This file is part of cachyos-welcome.
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ along with cachyos-welcome. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<!-- interface-css-provider-path style.css -->
|
<!-- interface-css-provider-path style.css -->
|
||||||
<!-- interface-license-type gplv3 -->
|
<!-- interface-license-type gplv3 -->
|
||||||
<!-- interface-name cachyos-welcome -->
|
<!-- interface-name cachyos-welcome -->
|
||||||
<!-- interface-copyright 2021-2022 CachyOS team -->
|
<!-- interface-copyright 2021-2023 CachyOS team -->
|
||||||
<object class="GtkImage" id="abouticon">
|
<object class="GtkImage" id="abouticon">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||
|
|
Loading…
Reference in New Issue