Update pluginsCore.php
Updated new translation variable "Plugins_Out_of"
This commit is contained in:
@@ -335,7 +335,7 @@ function generateTabs()
|
|||||||
<li >
|
<li >
|
||||||
<a href="#historyTarget_${pluginObj.unique_prefix}" data-toggle="tab" >
|
<a href="#historyTarget_${pluginObj.unique_prefix}" data-toggle="tab" >
|
||||||
|
|
||||||
<i class="fa fa-clock"></i> <?= lang('Plugins_History');?> (${histCountDisplayed} ' . lang(''Plugins_Out_of') . ' ${histCount})
|
<i class="fa fa-clock"></i> <?= lang('Plugins_History');?> (${histCountDisplayed} <?= lang('Plugins_Out_of');?> ${histCount})
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user