Skip to content

Commit

Permalink
[POLISH] Removed question mark in label on items assess override modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Dauenhauer committed Dec 11, 2013
1 parent f305305 commit 9fde4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/modals/settings-items.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</div>
</div>
<div class="form-group">
<label for="show_itemcount" class="col-sm-6 control-label">Show Item Count?</label>
<label for="show_itemcount" class="col-sm-6 control-label">Show Item Count</label>
<div class="col-sm-6">
<input type="radio" name="navigation[show_itemcount]" value="true"<?php if (isset($nav['show_itemcount']) && $nav['show_itemcount'] === true) { echo ' checked'; }; ?>> True
<input type="radio" name="navigation[show_itemcount]" value="false"<?php if (isset($nav['show_itemcount']) && $nav['show_itemcount'] === false) { echo ' checked'; }; ?>> False
Expand Down

0 comments on commit 9fde4eb

Please sign in to comment.