there should be a space in the remaining translation string

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5174 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-06-27 11:00:48 +00:00
parent a5b216a782
commit 165aa0b8dd

View file

@ -70,6 +70,6 @@ Default values are:
hour - "hour"
plural - "s"
progress - "%dkB (%d%%) of %dkB @ %d.%01dkB/s"
remaining - "(%d %s%s remaining)"
remaining - " (%d %s%s remaining)"
/TRANSLATE must come before /TIMEOUT.