From c747fd729bc6754aff1c0d9bd229659d46ddf6b0 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 17 Feb 2010 23:05:28 -0500 Subject: [PATCH] Fixed parse error in translation --- main/lang/english/trad4all.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 8f3b4e474f..50ea249ee0 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -553,7 +553,7 @@ $SelectFile = "Select a file"; $WarningFaqFileNonWriteable = "Warning - The FAQ file, located in the /home/ directory of your portal, is not writable. Your text will not be saved until the file permissions are changed."; $AddCategory = "Add category"; $NoExercises = "No tests"; -$NotAllowedClickBack = "Sorry, you are not allowed to access this page. Please click your browser\'s \\"Back\\" button or follow the link below to return to the previous page."; +$NotAllowedClickBack = "Sorry, you are not allowed to access this page. Please click your browser\'s \"Back\" button or follow the link below to return to the previous page."; $Exercise = "Test"; $Result = "Result"; $AttemptingToLoginAs = "Attempting to login as %s %s (id %s)";