]> git.mxchange.org Git - friendica.git/blobdiff - util/README
Merge branch 'develop' into utf8mb4
[friendica.git] / util / README
index 836c43fb3d134e8ce0fb9074b76657f2a88eaf9e..eecf85b842d1d601596c20e439d29cd59d3408b2 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 and the HTML parsers.
+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