From 81e4ac72a1c255661bf10bbe8d01f9ec50faa4e4 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 21 Jul 2020 09:17:18 +0200 Subject: Add explanatory note to the edit summary field Considering it's often misused or not well understood. https://vndb.org/t12882.35 --- elm/Lib/Editsum.elm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'elm') diff --git a/elm/Lib/Editsum.elm b/elm/Lib/Editsum.elm index 656441e8..20a51872 100644 --- a/elm/Lib/Editsum.elm +++ b/elm/Lib/Editsum.elm @@ -59,5 +59,8 @@ view model = (if model.authmod then lockhid else []) ++ [ TP.view "" model.editsum Editsum 600 [rows 4, cols 50, minlength 2, maxlength 5000, required True] - [ b [class "title"] [ text "Edit summary", b [class "standout"] [text " (English please!)"] ] ] + [ b [class "title"] [ text "Edit summary", b [class "standout"] [ text " (English please!)" ] ] + , br [] [] + , text "Summarize the changes you have made, including links to source(s)." + ] ] -- cgit v1.2.3