浏览代码

proper i18n key tag

Serghey Rodin 13 年之前
父节点
当前提交
5ab961f53b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/templates/user/list_dns.html
  2. 1 1
      web/templates/user/list_mail.html

+ 1 - 1
web/templates/user/list_dns.html

@@ -73,7 +73,7 @@
                                     <a href="/list/dns/?domain=<?php echo $key ?>" class="data-controls">
                                         <span>
                                             <img src="/images/more.png" width="8px" height="8px">
-                                            <?php print _('LIST_DOMAIN_RECORDS',$data[$key]['RECORDS']); ?> 
+                                            <?php print _('list records',$data[$key]['RECORDS']); ?> 
                                         </span>
                                     </a>
                                     <table class="data-col2" width="830px">

+ 1 - 1
web/templates/user/list_mail.html

@@ -82,7 +82,7 @@
                                     <a href="?domain=<?php echo $key ?>" class="data-controls">
                                         <span>
                                             <img src="/images/more.png" width="8px" height="8px">
-                                            <?php print _('LIST_MAIL_ACCOUNTS',$data[$key]['RECORDS']); ?> 
+                                            <?php print _('list accounts',$data[$key]['RECORDS']); ?> 
                                         </span>
                                     </a>
                                     <table class="data-col2" width="830px">