]> git.mxchange.org Git - friendica.git/blobdiff - util/README
Some more small documentation stuff
[friendica.git] / util / README
index 20a539215e3a7fa6d7a720a9acd2d4e191d7d7f4..fad1270d473275f1fdb0abcd4776a98fb50244e7 100644 (file)
@@ -10,7 +10,7 @@ Internationalisation
 
 extract.php - extracts translatable strings from our project files. It 
 currently doesn't pick up strings in other libraries we might be using such as 
-tinymce, simplepie, and the HTML parsers.
+tinymce and the HTML parsers.
 
 In order for extract to do its job, every use of the t() translation function 
 must be preceded by one space. The string also can not contain parentheses. If