translation cleanup

This commit is contained in:
following
2013-04-13 23:37:20 +02:00
parent 9705ecaca8
commit 0c9644cfeb
4 changed files with 679 additions and 719 deletions

View File

@@ -803,7 +803,7 @@ class user
if ($desc['desc'] != "")
if ($old_disabled)
$descmsg = $translate->t('cache description was removed because the owner\'s account was inactive when the <a href="articles.php?page=impressum#datalicense">new content license</a> was launched', '', basename(__FILE__), __LINE__, '', 1, $desc['language']);
$descmsg = $translate->t("cache description was removed because the owner's account was inactive when the <a href='articles.php?page=impressum#datalicense'>new content license</a> was launched", '', basename(__FILE__), __LINE__, '', 1, $desc['language']);
else
$descmsg = $translate->t('cache description was removed because owner declined content license', '', basename(__FILE__), __LINE__, '', 1, $desc['language']);
else