diff options
author | Dan McGee <dan@archlinux.org> | 2007-07-06 19:35:32 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-06 19:35:32 -0400 |
commit | a501b72e40062c9e606a787657582d1859c35d35 (patch) | |
tree | bea93688780e947a7531c1e8bbb979b1ba917448 /scripts/makeworld.sh.in | |
parent | b5f8a44bebc906bf6a29d30c159802b0c1a7dbb1 (diff) | |
download | pacman-a501b72e40062c9e606a787657582d1859c35d35.tar.xz |
Make paragraph text in scripts single strings
It is much easier for translators to deal with paragraphs as strings rather
than by lines. Take all usage and version information and convert it to this
format.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makeworld.sh.in')
-rw-r--r-- | scripts/makeworld.sh.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/makeworld.sh.in b/scripts/makeworld.sh.in index 23976b5e..728e00eb 100644 --- a/scripts/makeworld.sh.in +++ b/scripts/makeworld.sh.in @@ -56,11 +56,10 @@ usage() { version() { printf "makeworld (pacman) %s\n" "$myver" - printf "Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.\n" - echo - printf "This is free software; see the source for copying conditions.\n" - printf "There is NO WARRANTY, to the extent permitted by law.\n" - echo + printf "\ +Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.\n\n\ +This is free software; see the source for copying conditions.\n\ +There is NO WARRANTY, to the extent permitted by law.\n" } MAKEPKG_OPTS= |