[gnome-clocks/wip/exalm/papercuts: 6/6] window: Clean up the copyright string
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/exalm/papercuts: 6/6] window: Clean up the copyright string
- Date: Sun, 7 Aug 2022 09:49:56 +0000 (UTC)
commit b4e30d37efcc362d333162920376b851e718ad64
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Jul 29 16:31:01 2022 +0400
window: Clean up the copyright string
- Copyright © -> ©
- Remove an arbitrary newline as AdwAboutWindow already wraps it
src/window.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/window.vala b/src/window.vala
index c6eb9d17..d6636d3b 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -256,10 +256,10 @@ public class Window : Adw.ApplicationWindow {
}
private void on_about_activate () {
- const string COPYRIGHT = "Copyright \xc2\xa9 2011 Collabora Ltd.\n" +
- "Copyright \xc2\xa9 2012-2013 Collabora Ltd., Seif Lotfy, Emily Gonyer\n" +
+ const string COPYRIGHT = "\xc2\xa9 2011 Collabora Ltd.\n" +
+ "\xc2\xa9 2012-2013 Collabora Ltd., Seif Lotfy, Emily Gonyer, " +
"Eslam Mostafa, Paolo Borelli, Volker Sobek\n" +
- "Copyright \xc2\xa9 2019-2020 Bilal Elmoussaoui & Zander Brown et al";
+ "\xc2\xa9 2019-2020 Bilal Elmoussaoui & Zander Brown et al";
const string? DEVELOPERS[] = {
"Alex Anthony",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]