From: Mark Clarkstone Date: Sat, 16 Apr 2016 02:17:03 +0000 (+0100) Subject: mdhelp: update passwd caption X-Git-Tag: v4.2.1~632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4acb50bd4233ef237ad8ba0fc7da845dd70d7e7a;p=thirdparty%2Ftvheadend.git mdhelp: update passwd caption --- diff --git a/src/access.c b/src/access.c index 0a6aa214e..b57260364 100644 --- a/src/access.c +++ b/src/access.c @@ -1745,7 +1745,7 @@ CLASS_DOC(passwd) const idclass_t passwd_entry_class = { .ic_class = "passwd", - .ic_caption = N_("Passwords"), + .ic_caption = N_("Configuration - Passwords"), .ic_event = "passwd", .ic_perm_def = ACCESS_ADMIN, .ic_doc = tvh_doc_passwd_class,