Not translatable string in rep108. Fixed.
[fa-stable.git] / reporting / rep108.php
index abb11e7f50227a8b386b6eeb940784eee48e37e1..678885ae128c032b55943ea67442d0c8acbaa44b 100644 (file)
@@ -180,7 +180,7 @@ function print_statements()
        }
 
     if (!isset($rep))
-        display_notification("No customers with outstanding balances found");
+        display_notification(_("No customers with outstanding balances found");
        else if ($email == 0)
                $rep->End();
 }