proper i18n key tag

This commit is contained in:
Serghey Rodin 2013-02-01 12:38:21 +02:00
commit 5ab961f53b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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