Skip to content

Commit

Permalink
Minor tweak to octobercms#980
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Mar 7, 2015
1 parent fa627ff commit 02db7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/system/controllers/updates/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4><?= e(trans('system::lang.project.name')) ?></h4>
<h4><?= e(trans('system::lang.updates.plugins')) ?></h4>
<p><?= $pluginsCount ?></p>
<p class="description">
<?= e(trans('system::lang.updates.disabled')) ?> <?= $pluginsActiveCount - $pluginsCount ?>
<?= e(trans('system::lang.updates.disabled')) ?>: <?= $pluginsActiveCount - $pluginsCount ?>
</p>
</div>
<?php if ($coreBuild): ?>
Expand Down
2 changes: 1 addition & 1 deletion modules/system/lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
'core_downloading' => 'Downloading application files',
'core_extracting' => 'Unpacking application files',
'plugins' => 'Plugins',
'disabled' => 'Disabled:',
'disabled' => 'Disabled',
'plugin_downloading' => 'Downloading plugin: :name',
'plugin_extracting' => 'Unpacking plugin: :name',
'plugin_version_none' => 'New plugin',
Expand Down

0 comments on commit 02db7cd

Please sign in to comment.