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