diff --git a/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js b/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js index 3c71202c2..59c46eaf3 100644 --- a/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js @@ -334,7 +334,7 @@ define([ textRename: 'Rename', textDuplicate: 'Duplicate', textDelete: 'Delete', - textGoTo: 'Go to view...', + textGoTo: 'Go to view', textEmpty: 'No views have been created yet.', guestText: 'Guest', tipIsLocked: 'This element is being edited by another user.', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 490eaa33f..76229fefc 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2940,7 +2940,7 @@ "SSE.Views.ViewManagerDlg.textRename": "Rename", "SSE.Views.ViewManagerDlg.textDuplicate": "Duplicate", "SSE.Views.ViewManagerDlg.textDelete": "Delete", - "SSE.Views.ViewManagerDlg.textGoTo": "Go to view...", + "SSE.Views.ViewManagerDlg.textGoTo": "Go to view", "SSE.Views.ViewManagerDlg.textEmpty": "No views have been created yet.", "SSE.Views.ViewManagerDlg.guestText": "Guest", "SSE.Views.ViewManagerDlg.tipIsLocked": "This element is being edited by another user.",