Use latest form text

* Take the opportunity to reformat the source to not have so many hugely long lines.
* Put a few things through gettext that weren't going through it before
* Move 'Hold down Ctrl to select multiple files at once.' text to widget, out of
  help text for each individual control.
This commit is contained in:
2019-04-07 15:55:29 +01:00
parent dc84e1a09a
commit 5cc0b7cdc1
6 changed files with 238 additions and 160 deletions

View File

@ -30,6 +30,11 @@ h1 {
.mx-1 { margin-left: 10px; }
.only-windows { display: none; }
.os-windows .only-windows { display: initial; }
.only-mac { display: none; }
.os-mac .only-mac { display: initial; }
/*
* LAYOUT