summaryrefslogtreecommitdiff
path: root/Config.BigLine.php
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-05-27 15:56:36 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-05-27 15:56:36 +0200
commitb159d07ea65e6b33f0a0afd7068ce487f7fcb69a (patch)
tree195cea4c12647a003f62da68a876144f2ed4dae7 /Config.BigLine.php
parentbaffc2d1f698056f2df0a02b7bea04317bc06eb5 (diff)
[BigLine] removes 's' when only '1', and other minor stuff
Diffstat (limited to 'Config.BigLine.php')
-rw-r--r--Config.BigLine.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.BigLine.php b/Config.BigLine.php
index f4db19b..45bb3f1 100644
--- a/Config.BigLine.php
+++ b/Config.BigLine.php
@@ -40,14 +40,14 @@ $Colors = array(
);
$Types = array(
- "TotalTracks" => "Total tracks_",
- "TotalAlbums" => "Total albums_",
"TracksPerDay" => "Daily tracks_",
"TracksPerWeek" => "Weekly tracks_",
"TracksPerMonth" => "Monthly tracks_",
+ "TotalTracks" => "Total tracks_",
"AlbumsPerDay" => "Daily albums_",
"AlbumsPerWeek" => "Weekly albums_",
"AlbumsPerMonth" => "Monthly albums_",
+ "TotalAlbums" => "Total albums_",
"Since" => "Since",
"Trueness" => "Trueness",
);