summaryrefslogtreecommitdiffstats
path: root/loleaflet
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2021-11-02 15:56:08 +0530
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2021-11-05 13:06:55 +0100
commite6825083a220894280355f7caf6d70b1698d7ef8 (patch)
treec98055ad06d8328c5e9fbe54efb201184251e50a /loleaflet
parentloleaflet: impress: fix: Wrong labelling of buttons in Layout tab (diff)
downloadonline-e6825083a220894280355f7caf6d70b1698d7ef8.tar.gz
online-e6825083a220894280355f7caf6d70b1698d7ef8.zip
loleaflet: calc: fix: remove sheet confirmation dialog has extra space
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: I84b59ced2b0fd803235f667ddcc4f81f81913576
Diffstat (limited to 'loleaflet')
-rw-r--r--loleaflet/src/control/Control.Tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/control/Control.Tabs.js b/loleaflet/src/control/Control.Tabs.js
index f153cd79a6..24584d7245 100644
--- a/loleaflet/src/control/Control.Tabs.js
+++ b/loleaflet/src/control/Control.Tabs.js
@@ -300,7 +300,7 @@ L.Control.Tabs = L.Control.extend({
var map = this._map;
var nPos = this._tabForContextMenu;
vex.dialog.confirm({
- message: _('Are you sure you want to delete sheet, %sheet% ?').replace('%sheet%', $('#spreadsheet-tab' + this._tabForContextMenu).text()),
+ message: _('Are you sure you want to delete sheet, %sheet%?').replace('%sheet%', $('#spreadsheet-tab' + this._tabForContextMenu).text()),
buttons: [
$.extend({}, vex.dialog.buttons.YES, { text: _('OK') }),
$.extend({}, vex.dialog.buttons.NO, { text: _('Cancel') })