[gedit] Fix Alex Roberts' name in copyright window



commit 8d43d24d7aec856ebb24bd80c0b491d72c54ef03
Author: Asheesh Laroia <asheesh eventbrite com>
Date:   Tue Feb 4 14:50:44 2014 -0800

    Fix Alex Roberts' name in copyright window
    
    Per the ChangeLog-20011116 file in the gedit repo, Alex Roberts' name
    is Alex Roberts, not Alex Robert. Sample data from that file:
    
    1998-03-05  Alex Roberts  <robo earthling net>
    
            * Started Log
    
    This patch fixes a problem where his name has been mistakenly turned
    into Alex Robert.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723638

 gedit/gedit-commands-help.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 1e537e3..339563a 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -70,7 +70,7 @@ _gedit_cmd_help_about (GtkAction   *action,
        };
 
        static const gchar copyright[] = \
-               "Copyright \xc2\xa9 1998-2000 Evan Lawrence, Alex Robert\n"
+               "Copyright \xc2\xa9 1998-2000 Evan Lawrence, Alex Roberts\n"
                "Copyright \xc2\xa9 2000-2002 Chema Celorio, Paolo Maggi\n"
                "Copyright \xc2\xa9 2003-2006 Paolo Maggi\n"
                "Copyright \xc2\xa9 2004-2011 Paolo Borelli, Jesse van den Kieboom\nSteve Fr\303\251cinaux, 
Ignacio Casal Quinteiro";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]