diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-23 19:29:10 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-23 19:29:10 +0200 |
commit | 1606182d019b29680eb6401f96137e89605a059e (patch) | |
tree | bb3a29f6348d8aea5344db63a9b4ac2fbdb97f44 /src/caja-window-menus.c | |
parent | f16ff1f02c2a2f08974233ba134379bcee5a038a (diff) | |
download | caja-1606182d019b29680eb6401f96137e89605a059e.tar.bz2 caja-1606182d019b29680eb6401f96137e89605a059e.tar.xz |
fix MATE => GNOME Documentation team
Diffstat (limited to 'src/caja-window-menus.c')
-rw-r--r-- | src/caja-window-menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-window-menus.c b/src/caja-window-menus.c index 7608ad3b..291b6e66 100644 --- a/src/caja-window-menus.c +++ b/src/caja-window-menus.c @@ -512,7 +512,7 @@ action_about_caja_callback (GtkAction *action, }; const gchar *documenters[] = { - "MATE Documentation Team", + "GNOME Documentation Team", "Sun Microsystem", NULL }; @@ -542,7 +542,7 @@ action_about_caja_callback (GtkAction *action, "files and folders, both on " "your computer and online."), "copyright", _("Copyright \xC2\xA9 1999-2009 The Nautilus authors\n" - "Copyright \xC2\xA9 2011 The Caja authors"), + "Copyright \xC2\xA9 2011-2012 The Caja authors"), "license", license_trans, "wrap-license", TRUE, "authors", authors, |