fix(strings): differentiate setup(n) and set(v) up (#10024)

Correct GUI strings, translations and comments to use proper grammar.
This commit is contained in:
Paul Donald
2025-04-08 12:45:05 +00:00
committed by GitHub
parent d23cd197e1
commit 5f5d672a7d
50 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func monitorMain(options serveOptions) {
fileDst, err = open(logFile)
}
if err != nil {
l.Warnln("Failed to setup logging to file, proceeding with logging to stdout only:", err)
l.Warnln("Failed to set up logging to file, proceeding with logging to stdout only:", err)
} else {
if build.IsWindows {
// Translate line breaks to Windows standard