From: Paul Hänsch Date: Wed, 23 Aug 2023 09:29:31 +0000 (+0200) Subject: translated "page name" field and autocomplete=off in newpage macro X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=566d34e3defafd3bf82dc1590ce7db5b091fed85;p=shellwiki translated "page name" field and autocomplete=off in newpage macro --- diff --git a/macros/newpage b/macros/newpage index 2502b00..dfb1e39 100755 --- a/macros/newpage +++ b/macros/newpage @@ -22,7 +22,7 @@ if acl_write "$(page_abs "$pattern")"; then $([ ! "${pattern##*%%s*}" ] \ - && printf '' + && printf '' "$(_ "page name")" ) EOF