[gnome-clocks/wip/exalm/papercuts: 3/3] window: Clean up the copyright string
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/exalm/papercuts: 3/3] window: Clean up the copyright string
- Date: Fri, 29 Jul 2022 12:36:48 +0000 (UTC)
commit 04f2af2b8fe4be03b90e8a3e94820187a9062883
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 0f2cfbab..e461d185 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -254,10 +254,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]