From e71a5d096a3815852493ec32c798dc551ba88f4a Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Thu, 17 Sep 2015 17:37:06 -0300 Subject: Change spanish to english --- man2pdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2pdf b/man2pdf index 9ff3d75..6e443b5 100755 --- a/man2pdf +++ b/man2pdf @@ -8,10 +8,10 @@ re='^[0-9]+$' function usage { printf "$0 [CHAPTER] [MANPAGE] [FILE]\n\n" - printf "Convierte una pagina de manual a pdf. Si el archivo para guardarlo\n" - printf "no esta definido, se abrira con el visor de pdf de su preferencia.\n\n" + printf "Converts a man page to pdf. If the file to save is not defined, it will open\n" + printf "with the PDF viewer of your choice.\n\n" - printf "[CHAPTER] y [FILE] Pueden ser omitidos tranquilamente.\n" + printf "[CHAPTER] and [FILE] can be omitted.\n" } function isnumber { -- cgit v1.2.3-54-g00ecf