From f9beb022e69a5f87eec53c80a0eba618314ca291 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 19 Jan 2017 10:57:51 +0100 Subject: [PATCH] loleaflet: l10n of RecalcPivotTable and ReplyToComment commands Change-Id: Ic322e1559858e7338074d0f85761f272b47f5ce2 --- loleaflet/unocommands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loleaflet/unocommands.js b/loleaflet/unocommands.js index 4d8f3b27c..4f9e00532 100644 --- a/loleaflet/unocommands.js +++ b/loleaflet/unocommands.js @@ -15,4 +15,5 @@ var WrapAfter = _('Wrap After'); var EnableContour = _('Enable Contour'); var UpdateTOC = _('Update Index or Table of Contents'); var DeleteTOC = _('Delete Index or Table of Contents'); -var ReplyToComment = ('Reply'); +var ReplyToComment = _('Reply'); +var RecalcPivotTable = _('Refresh');