From b215003eae4612bf2aa389652ba5616abce690db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Sat, 15 Nov 2008 12:54:30 +0000
Subject: [PATCH] temporary translation of login link in statistics module

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1011 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/statistics/hooks/hook_frontpage.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/statistics/hooks/hook_frontpage.php b/modules/statistics/hooks/hook_frontpage.php
index 3d3fdd040..61320a6e8 100644
--- a/modules/statistics/hooks/hook_frontpage.php
+++ b/modules/statistics/hooks/hook_frontpage.php
@@ -10,7 +10,7 @@ function statistics_hook_frontpage(&$links) {
 
 	$links['links'][] = array(
 		'href' => SimpleSAML_Module::getModuleURL('statistics/showstats.php'),
-		'text' => 'Show statistics',
+		'text' => array('en' => 'Show statistics', 'no' => 'Vis statistikk'),
 	);
 
 }
-- 
GitLab