summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-12-21 01:59:55 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2023-12-21 01:59:55 -0800
commit764be2f412d4d7184064e2a2e32641c8c150cdb2 (patch)
tree220da779f1b6c07128abf5a8c89eec3a101a8c78
parentREADME.md: Mention MediaWiki's Common.css for testing. (diff)
downloadskin-tyrian-764be2f412d4d7184064e2a2e32641c8c150cdb2.tar.gz
skin-tyrian-764be2f412d4d7184064e2a2e32641c8c150cdb2.tar.bz2
skin-tyrian-764be2f412d4d7184064e2a2e32641c8c150cdb2.zip
Sentence case Tyrian dropdown navbar menu.v1.35.6
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--TyrianTemplate.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php
index b826801..9c5cae2 100644
--- a/TyrianTemplate.php
+++ b/TyrianTemplate.php
@@ -89,17 +89,17 @@ class TyrianTemplate extends BaseTemplate {
<span class="fa fa-fw fa-map-o"></span> <span class="hidden-xs">gentoo.org sites</span> <span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
- <li><a href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
+ <li><a href="https://www.gentoo.org/" title="Gentoo's main website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
<li><a href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a></li>
- <li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
+ <li><a href="https://bugs.gentoo.org/" title="Discover and report issues with Gentoo"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
<li><a href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
- <li><a href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
+ <li><a href="https://packages.gentoo.org/" title="Find software to install"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
<li class="divider"></li>
- <li><a href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
+ <li><a href="https://planet.gentoo.org/" title="Find out what's going on in the dev community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
<li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
<li><a href="https://gitweb.gentoo.org/" title="Browse our source code in Gitweb"><span class="fa fa-code fa-fw"></span> Gitweb</a></li>
<li class="divider"></li>
- <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a></li>
+ <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by the Gentoo infra team"><span class="fa fa-server fa-fw"></span> Infra status</a></li>
</ul>
</div>
</div>