diff options
author | rbuj <[email protected]> | 2019-03-20 09:20:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 23:26:04 +0100 |
commit | d1e53612632c9f9270bbe9f55158f76b07a8cb4d (patch) | |
tree | 143964a290d1402cd60863a54d84f0b7ae53f2be | |
parent | be8e3b33f515326ceee426765a46323c8ba4da2a (diff) | |
download | atril-d1e53612632c9f9270bbe9f55158f76b07a8cb4d.tar.bz2 atril-d1e53612632c9f9270bbe9f55158f76b07a8cb4d.tar.xz |
Add documenters to translation resource
-rw-r--r-- | shell/ev-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index a863bd6b..e1893115 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5305,8 +5305,8 @@ static void ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) { const char *documenters[] = { - "MATE Documentation Team", - "GNOME Documentation Team", + N_("MATE Documentation Team"), + N_("GNOME Documentation Team"), NULL }; |