Skip to content

Commit a22fb93

Browse files
committed
Add icon trademark phrase
1 parent 8563843 commit a22fb93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/application.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ impl DistroShelfApplication {
259259
.developers(vec!["Lorenzo Miglietta"])
260260
// Translators: Replace "translator-credits" with your name/username, and optionally an email or URL.
261261
.translator_credits(gettext("translator-credits"))
262-
.copyright("© 2024 Lorenzo Miglietta")
262+
.copyright("© 2024 Lorenzo Miglietta.\nAll brand icons are trademarks of their respective owners")
263+
.comments(gettext("A distrobox management application."))
263264
.build();
264265

265266
about.present(Some(&window));

0 commit comments

Comments
 (0)