We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8563843 commit a22fb93Copy full SHA for a22fb93
src/application.rs
@@ -259,7 +259,8 @@ impl DistroShelfApplication {
259
.developers(vec!["Lorenzo Miglietta"])
260
// Translators: Replace "translator-credits" with your name/username, and optionally an email or URL.
261
.translator_credits(gettext("translator-credits"))
262
- .copyright("© 2024 Lorenzo Miglietta")
+ .copyright("© 2024 Lorenzo Miglietta.\nAll brand icons are trademarks of their respective owners")
263
+ .comments(gettext("A distrobox management application."))
264
.build();
265
266
about.present(Some(&window));
0 commit comments