From 3129855cc43cf94292623b74b625914578d23316 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Wed, 28 Sep 2011 20:17:45 +0100 Subject: [PATCH] Fixed typo. Added translation support. --- apps/editor/ajax/savefile.php | 5 ++--- apps/editor/index.php | 2 +- apps/editor/js/editor.js | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/editor/ajax/savefile.php b/apps/editor/ajax/savefile.php index 95afb458837..634197c7a10 100644 --- a/apps/editor/ajax/savefile.php +++ b/apps/editor/ajax/savefile.php @@ -1,6 +1,6 @@ array( 'message' => $l10n->t('The file has been edited since you opened it. Overwrite the file?')))); } } else { // No body has edited it whilst you were, so save the file diff --git a/apps/editor/index.php b/apps/editor/index.php index 437934b3e85..209bca75ddb 100644 --- a/apps/editor/index.php +++ b/apps/editor/index.php @@ -1,6 +1,6 @@