[232682] Emtpy files should have a status of 100%
diff --git a/babel-setup.sql b/babel-setup.sql
index b3e1bf4..ac8c757 100644
--- a/babel-setup.sql
+++ b/babel-setup.sql
@@ -428,6 +428,7 @@
 insert into map_files values ("eclipse", "3.4", "userassist.map", "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.releng/maps/userassist.map?view=co", 1);
 
 /* populate file_progress table  */
+/* See also: dbmaintenance_15min.php */
 truncate table file_progress;
 INSERT INTO file_progress
 select f.file_id, l.language_id, IF(COUNT(s.string_id) > 0, COUNT(t.string_id)/COUNT(s.string_id)*100,100) AS translate_percent