diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-10-07 12:27:25 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-10-07 12:27:25 +0200 |
commit | 9028ae6e0ef19b378b57055bf5cc719bfd2b8aae (patch) | |
tree | 2fc90a7c9948742c98d821cd6707be39ff3dd989 | |
parent | 87fc5cc138ee4b52dbbdba95356707863b7b028b (diff) |
Dateien -> ISOs
-rw-r--r-- | skins/ArchLinux.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php index a4eaef45..893ba529 100644 --- a/skins/ArchLinux.php +++ b/skins/ArchLinux.php @@ -118,7 +118,7 @@ class ArchLinuxTemplate extends QuickTemplate { $wikiTab = ' class="selected"'; } ?> - <li<?php echo $downloadTab; ?>><a href="?title=Download">Dateien</a></li> + <li<?php echo $downloadTab; ?>><a href="?title=Download">ISOs</a></li> <li<?php echo $aurTab; ?>><a href="?title=AUR">AUR</a></li> <li<?php echo $bugsTab; ?>><a href="?title=Bugs">Bugs</a></li> <li<?php echo $wikiTab; ?>><a href="?title=Hauptseite">Wiki</a></li> |