summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index e3dbe5584c..927855895c 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -71,7 +71,7 @@ while(<LANG>) {
if($var eq "new") {
# the last one for a single phrase
- if(!$value || ($value eq \"\") ) {
+ if(!$value || ($value eq "\"\"") ) {
# if not set, get the english version
$value = $set{'eng'};
}