summaryrefslogtreecommitdiff
path: root/lang.php
diff options
context:
space:
mode:
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";