From 2f1c65f7b9296f0843fdbd5b2fdf2f2b76ba9896 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 30 Nov 2016 13:31:26 +0100 Subject: [PATCH] Small translation fix --- .idea/workspace.xml | 235 ++++++++++++++++++++++---------------- js/dialogs/ImportPanel.js | 2 +- 2 files changed, 140 insertions(+), 97 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1f02784..e3ee7ea 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + @@ -23,22 +24,37 @@ - + - - + + - - + + - - - + + + + + + + + + + + + + + + + + + @@ -46,13 +62,37 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -83,7 +123,6 @@ @@ -112,10 +152,10 @@ - @@ -143,6 +183,7 @@ + @@ -277,11 +318,10 @@ - - + @@ -347,22 +387,22 @@ - - + - + - @@ -373,6 +413,7 @@ + @@ -395,6 +436,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -415,7 +480,6 @@ - @@ -433,7 +497,6 @@ - @@ -449,7 +512,6 @@ - @@ -457,7 +519,6 @@ - @@ -465,7 +526,6 @@ - @@ -473,7 +533,6 @@ - @@ -489,7 +548,6 @@ - @@ -497,7 +555,6 @@ - @@ -515,7 +572,6 @@ - @@ -544,7 +600,6 @@ - @@ -560,7 +615,6 @@ - @@ -576,7 +630,6 @@ - @@ -584,7 +637,6 @@ - @@ -600,19 +652,6 @@ - - - - - - - - - - - - - @@ -628,9 +667,6 @@ - - - @@ -638,7 +674,6 @@ - @@ -646,7 +681,6 @@ - @@ -655,7 +689,6 @@ - @@ -673,7 +706,6 @@ - @@ -685,24 +717,6 @@ - - - - - - - - - - - - - - - - - - @@ -715,14 +729,41 @@ + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + @@ -731,8 +772,8 @@ - - + + @@ -740,29 +781,31 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js/dialogs/ImportPanel.js b/js/dialogs/ImportPanel.js index bda38c6..14e6060 100644 --- a/js/dialogs/ImportPanel.js +++ b/js/dialogs/ImportPanel.js @@ -432,7 +432,7 @@ Zarafa.plugins.calendarimporter.dialogs.ImportPanel = Ext.extend(Ext.Panel, { this.submitAllButton.disable(); Zarafa.common.dialogs.MessageBox.show({ title: _('Error'), - msg: _(action.result.error), + msg: action.result.error, icon: Zarafa.common.dialogs.MessageBox.ERROR, buttons: Zarafa.common.dialogs.MessageBox.OK });