From ea709767f4f1e884c3022339f38ae94fc5541d97 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 8 May 2014 08:58:58 +0200 Subject: [PATCH] correct spelling --- static/js/errorDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/errorDialog.js b/static/js/errorDialog.js index 019ec83d..a93e5484 100644 --- a/static/js/errorDialog.js +++ b/static/js/errorDialog.js @@ -63,7 +63,7 @@ pandora.ui.errorDialog = function(data) { }) ]), content: Ox._('Sorry, a server {0}' - + ' occured while handling your request.' + + ' occurred while handling your request.' + ' To help us find out what went wrong,' + ' you may want to report this error to an administrator.' + ' Otherwise, please try again later.', [error]),