Ticket #1426: 1426.diff
File 1426.diff, 493 bytes (added by , 10 years ago) |
---|
-
scripts/import.php
28 28 remove_filter( 'enable_propagate_translations_across_projects', '__return_false' ); 29 29 } 30 30 31 printf( _n( "%s translation w ereadded\n", "%s translations were added\n", $added ), $added );31 printf( _n( "%s translation was added\n", "%s translations were added\n", $added ), $added ); 32 32 } 33 33 34 34 }