diff options
author | rbuj <[email protected]> | 2019-02-13 08:00:37 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-13 23:27:39 +0100 |
commit | ba01c8c54f31695caf407911cf53f63575f408f7 (patch) | |
tree | 69eae509dab3fa7c9a831c7cc5b81c3d33d4fadc | |
parent | 852f9923716b12617903984256c60649ef1fb973 (diff) | |
download | caja-ba01c8c54f31695caf407911cf53f63575f408f7.tar.bz2 caja-ba01c8c54f31695caf407911cf53f63575f408f7.tar.xz |
Update Documenters
Update "Documented by" in About Caja dialog
-rw-r--r-- | src/caja-window-menus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/caja-window-menus.c b/src/caja-window-menus.c index 3e7b208c..668e96e8 100644 --- a/src/caja-window-menus.c +++ b/src/caja-window-menus.c @@ -553,8 +553,9 @@ action_about_caja_callback (GtkAction *action, }; const gchar *documenters[] = { + "MATE Documentation Team", "GNOME Documentation Team", - "Sun Microsystem", + "Sun Microsystems", NULL }; const gchar *license[] = |