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

View File

@@ -111,7 +111,7 @@ require_once "resources/header.php";
if (strlen($row[rss_order]) > 0) {
echo "<tr>";
echo " <td valign='top'>".text['label-order'].": &nbsp;</td>";
echo " <td valign='top'>".$text['label-order'].": &nbsp;</td>";
echo " <td valign='top'>".$row[rss_order]."</td>";
echo "</tr>";
}

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>";