fixed buf using translations

This commit is contained in:
Nuno Miguel Reis
2013-07-29 17:22:25 +00:00
parent fec419a3da
commit 1e0ceaceb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ if (count($_POST)>0) {
echo " <td><input type='text' class='txt' name='rss_sub_title'></td>";
echo " </tr>";
echo " <tr>";
echo " <td>".text['label-sub-link'].":</td>";
echo " <td>".$text['label-sub-link'].":</td>";
echo " <td><input type='text' class='txt' name='rss_sub_link'></td>";
echo " </tr>";
echo " <tr>";