Skip to content

Commit

Permalink
Fix quotes in langugaes/en-GB/index.inc (xertetrans doesn't work othe…
Browse files Browse the repository at this point in the history
…rwise)

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@344 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
torinfo committed May 4, 2012
1 parent 252a208 commit f9f8666
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions languages/en-GB/index.inc
@@ -1,7 +1,7 @@
<?php

/**
*
*
* index.php english language file
*
* @author Patrick Lockley
Expand All @@ -22,13 +22,13 @@ define("INDEX_SITE_ADMIN", "Site admins should log on on the manangement page");

define("INDEX_LOGON_FAIL", "Sorry that password combination was not correct");

define("INDEX_LOGIN", 'login area');
define("INDEX_LOGIN", "login area");

define("INDEX_USERNAME", 'Username');
define("INDEX_USERNAME", "Username");

define("INDEX_PASSWORD", 'Password');
define("INDEX_PASSWORD", "Password");

define("INDEX_HELP_TITLE", 'Getting Started');
define("INDEX_HELP_TITLE", "Getting Started");

define("INDEX_HELP_INTRODUCTION", "We've produced a short introduction to the Toolkits website.");

Expand All @@ -42,7 +42,7 @@ define("INDEX_WORKSPACE_TITLE","My Projects");

define("INDEX_CREATE","Create a new project");

define("INDEX_TEMPLATES","Here are the templates currently available.");
define("INDEX_TEMPLATES","Here are the templates currently available.");

define("INDEX_SORT","Sort your files");

Expand Down

0 comments on commit f9f8666

Please sign in to comment.