NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/html/callback/getCurrentStringTranslation.php b/html/callback/getCurrentStringTranslation.php
index 25804fa..b88eace 100644
--- a/html/callback/getCurrentStringTranslation.php
+++ b/html/callback/getCurrentStringTranslation.php
@@ -57,6 +57,7 @@
 
 //print_r($line);
 
+$trans = "";
 
 if($line['translation_value']){
 	$trans = " AND translations.value = '".addslashes($line['translation_value'])."'  			
@@ -154,7 +155,4 @@
 		<div id="translation-history">Coming soon!</div>
 	</div>
 	
-	
-	
-	
 </form>