diff bin/translatefromto @ 4530:03afb1619ef2

<elliott> revert 1
author HackBot
date Sun, 16 Mar 2014 01:51:13 +0000
parents 30212f437ffe
children 7f957c1f4661
line wrap: on
line diff
--- a/bin/translatefromto	Sun Mar 16 01:49:22 2014 +0000
+++ b/bin/translatefromto	Sun Mar 16 01:51:13 2014 +0000
@@ -1,5 +1,4 @@
 #!/bin/bash
-echo "This google api no longer exists."; exit 1
 TEXT="$1"
 FROM=`echo "$TEXT" | sed 's/ .*$//'`
 TEXT=`echo "$TEXT" | sed 's/^[^ ]* //'`