summaryrefslogtreecommitdiff
path: root/gedit/gedit-commands-help.c
diff options
context:
space:
mode:
authorAsheesh Laroia <asheesh@eventbrite.com>2014-02-04 14:50:44 -0800
committerPaolo Borelli <pborelli@gnome.org>2014-02-05 23:00:01 +0100
commit8d43d24d7aec856ebb24bd80c0b491d72c54ef03 (patch)
treee4d1cb0129173cf07a01396877801b6142b9de71 /gedit/gedit-commands-help.c
parent5747ec3f542a5059e2a19aa69cd520b8fcbe7676 (diff)
downloadgedit-8d43d24d7aec856ebb24bd80c0b491d72c54ef03.tar.gz
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
Diffstat (limited to 'gedit/gedit-commands-help.c')
-rw-r--r--gedit/gedit-commands-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 1e537e3e1..339563ad7 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";