Index: scripts/import.php
===================================================================
--- scripts/import.php	(revision 1158)
+++ scripts/import.php	(working copy)
@@ -28,7 +28,7 @@
 			remove_filter( 'enable_propagate_translations_across_projects', '__return_false' );
 		}
 
-		printf( _n( "%s translation were added\n", "%s translations were added\n", $added ), $added );
+		printf( _n( "%s translation was added\n", "%s translations were added\n", $added ), $added );
 	}
 
 }
