From e521671c1383f27e5cebc39a64af02f2bc46bf4e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 17 Feb 2017 18:29:08 +0300 Subject: [PATCH] [SSE] Bug 26983. --- apps/spreadsheeteditor/main/app/view/Toolbar.js | 4 ++-- apps/spreadsheeteditor/main/locale/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 8539e9de0..3c77045b7 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -704,7 +704,7 @@ define([ }, { caption : me.txtRouble, - value : '_-* #,##0.00[$р.-419]_-;-* #,##0.00[$р.-419]_-;_-* "-"??[$р.-419]_-;_-@_-' + value : '_-* #,##0.00[$ ₽-419]_-;-* #,##0.00[$ ₽-419]_-;_-* "-"??[$ ₽-419]_-;_-@_-' }, { caption : me.txtYen, @@ -1801,7 +1801,7 @@ define([ txtCurrency: 'Currency', txtDollar: '$ Dollar', txtEuro: '€ Euro', - txtRouble: 'р. Rouble', + txtRouble: '₽ Rouble', txtPound: '£ Pound', txtYen: '¥ Yen', // txtFranc: 'CHF Swiss franc', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 10331948a..43d1c5d9e 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1659,7 +1659,7 @@ "SSE.Views.Toolbar.txtPasteRange": "Paste name", "SSE.Views.Toolbar.txtPercentage": "Percentage", "SSE.Views.Toolbar.txtPound": "£ Pound", - "SSE.Views.Toolbar.txtRouble": "р. Rouble", + "SSE.Views.Toolbar.txtRouble": "₽ Rouble", "SSE.Views.Toolbar.txtScheme1": "Office", "SSE.Views.Toolbar.txtScheme10": "Median", "SSE.Views.Toolbar.txtScheme11": "Metro",