diff options
author | rbuj <[email protected]> | 2019-02-13 09:15:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-14 17:44:53 +0100 |
commit | 96f9b79b3f233465b24591559cd9aa48dc1a0285 (patch) | |
tree | 50f0e2e838cf853ba6465d494301b5a2a40fe4c3 | |
parent | d776f3fc0fdecfaaa8033a1c71e2e6ec24641318 (diff) | |
download | atril-96f9b79b3f233465b24591559cd9aa48dc1a0285.tar.bz2 atril-96f9b79b3f233465b24591559cd9aa48dc1a0285.tar.xz |
Update Documenters
Update "Documented by" in About Atril dialog
-rw-r--r-- | shell/ev-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 37c31047..95678310 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5318,7 +5318,8 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) }; const char *documenters[] = { - "Nickolay V. Shmyrev <[email protected]>", + "MATE Documentation Team", + "GNOME Documentation Team", NULL }; |