merge-requests/30/head
Bob Mottram 2021-02-06 12:58:05 +00:00
parent a3f5b3345d
commit f4ba16484b
1 changed files with 2 additions and 2 deletions

View File

@ -530,7 +530,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
'name="submitInfo" value="' + translate['Info'] + '">\n'
tlStr += \
' <input type="submit" title="' + \
translate['Remove the above item'] + '"' + \
translate['Remove the above item'] + '" ' + \
'alt="' + translate['Remove the above item'] + ' | " ' + \
'name="submitRemove" value="' + \
translate['Remove'] + '">\n'
@ -543,7 +543,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
'name="submitSuspend" value="' + translate['Suspend'] + '">\n'
tlStr += \
' <input type="submit" title="' + \
translate['Remove a suspension for an account nickname'] + '"' + \
translate['Remove a suspension for an account nickname'] + '" ' + \
'alt="' + \
translate['Remove a suspension for an account nickname'] + \
' | " ' + \