diff options
author | rbuj <[email protected]> | 2019-03-20 09:20:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 23:28:46 +0100 |
commit | 7910fcc746adc3d5edda31dc83e83a873efc8149 (patch) | |
tree | 5afc6b44075b0cff8605ca844903255a8042928b | |
parent | d5e5ef8a909f21219681994a604c991675ed3a2e (diff) | |
download | atril-7910fcc746adc3d5edda31dc83e83a873efc8149.tar.bz2 atril-7910fcc746adc3d5edda31dc83e83a873efc8149.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 }; |