diff options
author | k-paulius <k.dash.paulius@gmail.com> | 2016-02-18 01:15:14 -0600 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-02-18 07:51:06 -0500 |
commit | 29c39b7c632b3786302d1b1f6d79f990a04903e7 (patch) | |
tree | f46bd6037b1a0de0fc34d5509e30743f273274a2 /src/usr/local/www | |
parent | 5f250198087d336c6613d7a3cf118269b77ecfc2 (diff) | |
download | pfsense-29c39b7c632b3786302d1b1f6d79f990a04903e7.zip pfsense-29c39b7c632b3786302d1b1f6d79f990a04903e7.tar.gz |
Fix word case
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/head.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 564dc93..6f10dfd 100644 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -473,7 +473,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if ($dashboard_available_widgets_hidden): ?> <li> - <a onclick="$('#widget-available').toggle(360);" title="<?=gettext("Available Widgets")?>"> + <a onclick="$('#widget-available').toggle(360);" title="<?=gettext("Available widgets")?>"> <i class="fa fa-plus icon-pointer"></i> </a> </li> @@ -489,7 +489,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if ($system_logs_filter_form_hidden): ?> <li> - <a onclick="$('#filter-form').toggle(360)" title="<?=gettext("Log Filter")?>"> + <a onclick="$('#filter-form').toggle(360)" title="<?=gettext("Log filter")?>"> <i class="fa fa-filter icon-pointer"></i> </a> </li> @@ -497,7 +497,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) { <?php if ($system_logs_manage_log_form_hidden): ?> <li> - <a onclick="$('#manage-log-form').toggle(360)" title="<?=gettext("Manage Log")?>"> + <a onclick="$('#manage-log-form').toggle(360)" title="<?=gettext("Manage log")?>"> <i class="fa fa-wrench icon-pointer"></i> </a> </li> @@ -621,7 +621,7 @@ if (are_notices_pending()):?> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><?=gettext("Close")?></button> - <button type="button" id="clearallnotices" class="btn btn-primary"><?=gettext("Mark all as read")?></button> + <button type="button" id="clearallnotices" class="btn btn-primary"><?=gettext("Mark All as Read")?></button> </div> </div> </div> |