summaryrefslogtreecommitdiff
path: root/lang.php
diff options
context:
space:
mode:
authorMark Campbell-Smith <mcampbellsmith@gmail.com>2014-07-24 23:44:46 +1000
committerMark Campbell-Smith <mcampbellsmith@gmail.com>2014-07-24 23:44:46 +1000
commit423e9aaf33366a210a853e67836c6db5d8390680 (patch)
tree30f47fa36278ff8fbc1b5a992a3b22d337638cb9 /lang.php
parented979e37c78853d1741e4e9c233531c1d556ea96 (diff)
downloadRunnerUpLive-423e9aaf33366a210a853e67836c6db5d8390680.zip
Update to RunnerUpLive
Diffstat (limited to 'lang.php')
-rwxr-xr-xlang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang.php b/lang.php
index 7944718..7b8a922 100755
--- a/lang.php
+++ b/lang.php
@@ -2,6 +2,7 @@
/* phpTrackme
*
* Copyright(C) 2013 Bartek Fabiszewski (www.fabiszewski.net)
+ * Copyright(C) 2014 Mark Campbell-Smith (campbellsmith.me)
*
* This is free software; you can redistribute it and/or modify it under
* the terms of the GNU Library General Public License as published by
@@ -20,7 +21,7 @@
switch($lang) {
default:
case "en":
- $lang_title = "• phpTrackme •";
+ $lang_title = "• RunnerUpLive •";
$lang_private = "You need login and password to access this page.";
$lang_authfail = "Wrong username or password";
$lang_user = "User";