aboutsummaryrefslogtreecommitdiff
path: root/translate
diff options
context:
space:
mode:
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate
index 9894e83..9442844 100755
--- a/translate
+++ b/translate
@@ -7,5 +7,5 @@ from=$1
7to=$2 7to=$2
8 8
9shift 2 9shift 2
10text=$(echo $@ | sed 's/ /\%20/g') 10text=$(echo "$@" | sed 's/ /\%20/g')
11open-url "${translator}?sl=${from}&tl=${to}&text=${text}&op=translate" 11open-url "${translator}?sl=${from}&tl=${to}&text=${text}&op=translate"

Generated with cgit - Back to sebastiano.tronto.net