[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 01/01: Rename copyright in about dialog

noreply at xfce.org noreply at xfce.org
Thu Dec 5 00:42:27 CET 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-sample-plugin.

commit bf94dc241e40ed0600273285c297229ba224d0ea
Author: Andre Miranda <andreldm at xfce.org>
Date:   Wed Dec 4 20:40:25 2019 -0300

    Rename copyright in about dialog
---
 panel-plugin/sample-dialogs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c
index fea73d7..6c563ac 100644
--- a/panel-plugin/sample-dialogs.c
+++ b/panel-plugin/sample-dialogs.c
@@ -114,7 +114,7 @@ sample_about (XfcePanelPlugin *plugin)
 
   const gchar *auth[] =
     {
-      "Xfce Dev <xfce4-dev at xfce.org>",
+      "Xfce development team <xfce4-dev at xfce.org>",
       NULL
     };
 
@@ -126,7 +126,7 @@ sample_about (XfcePanelPlugin *plugin)
                          "program-name", PACKAGE_NAME,
                          "comments",     _("This is a sample plugin"),
                          "website",      PLUGIN_WEBSITE,
-                         "copyright",    _("Copyright \xc2\xa9 2006-2019 Xfce Dev\n"),
+                         "copyright",    _("Copyright \xc2\xa9 2006-2019 Xfce development team\n"),
                          "authors",      auth,
                          NULL);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list