Skip to content

Commit d05fd5d

Browse files
committed
♻ update year
1 parent 3475f16 commit d05fd5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl HelloWindow {
187187
])
188188
// Translators: Replace "translator-credits" with your names. Put a comma between.
189189
.translator_credits("translator-credits")
190-
.copyright("2021-2024 CachyOS team")
190+
.copyright("2021-2025 CachyOS team")
191191
.license_type(gtk::License::Gpl30)
192192
.website("https://github.com/cachyos/cachyos-welcome")
193193
.website_label("GitHub")

ui/cachyos-hello.glade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Generated with glade 3.40.0
33
4-
Copyright (C) 2021-2024 CachyOS team
4+
Copyright (C) 2021-2025 CachyOS team
55
66
This file is part of cachyos-welcome.
77
@@ -24,7 +24,7 @@ along with cachyos-welcome. If not, see <http://www.gnu.org/licenses/>.
2424
<!-- interface-css-provider-path style.css -->
2525
<!-- interface-license-type gplv3 -->
2626
<!-- interface-name cachyos-welcome -->
27-
<!-- interface-copyright 2021-2024 CachyOS team -->
27+
<!-- interface-copyright 2021-2025 CachyOS team -->
2828
<object class="GtkImage" id="abouticon">
2929
<property name="visible">True</property>
3030
<property name="can-focus">False</property>
@@ -285,7 +285,7 @@ We, the CachyOS Developers, hope that you will enjoy using CachyOS as much as we
285285
<items>
286286
<item id="en">English</item>
287287
<item id="ca">Català</item>
288-
<item id="fr">French</item>
288+
<item id="fr">French</item>
289289
<item id="de">German</item>
290290
<item id="nl">Dutch</item>
291291
<item id="it">Italian</item>

0 commit comments

Comments
 (0)