',
@@ -294,10 +294,10 @@ define([
//
txtTitle: 'Remove Duplicates',
- textDescription: 'To delete duplicate values, select one or more columns than contain duplicates.',
+ textDescription: 'To delete duplicate values, select one or more columns that contain duplicates.',
textHeaders: 'My data has headers',
textColumns: 'Columns',
- textSelectAll : 'Select All'
+ textSelectAll: 'Select All'
}, SSE.Views.RemoveDuplicatesDialog || {}));
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index 45122c077..0a13d9489 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -265,6 +265,10 @@
"Common.Views.SymbolTableDialog.textDOQuote": "Double Opening Quote",
"Common.Views.SymbolTableDialog.textDCQuote": "Double Closing Quote",
"SSE.Controllers.DataTab.textWizard": "Text to Columns",
+ "SSE.Controllers.DataTab.txtRemDuplicates": "Remove Duplicates",
+ "SSE.Controllers.DataTab.txtExpandRemDuplicates": "The data next to the selection will not be removed. Do you want to expand the selection to include the adjacent data or continue with the currently selected cells only?",
+ "SSE.Controllers.DataTab.txtExpand": "Expand",
+ "SSE.Controllers.DataTab.txtRemSelected": "Remove in selected",
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
@@ -2080,6 +2084,11 @@
"SSE.Views.PrintTitlesDialog.textFirstRow": "First row",
"SSE.Views.PrintTitlesDialog.textFirstCol": "First column",
"SSE.Views.PrintTitlesDialog.textInvalidRange": "ERROR! Invalid cells range",
+ "SSE.Views.RemoveDuplicatesDialog.txtTitle": "Remove Duplicates",
+ "SSE.Views.RemoveDuplicatesDialog.textDescription": "To delete duplicate values, select one or more columns that contain duplicates.",
+ "SSE.Views.RemoveDuplicatesDialog.textHeaders": "My data has headers",
+ "SSE.Views.RemoveDuplicatesDialog.textColumns": "Columns",
+ "SSE.Views.RemoveDuplicatesDialog.textSelectAll": "Select All",
"SSE.Views.RightMenu.txtCellSettings": "Cell settings",
"SSE.Views.RightMenu.txtChartSettings": "Chart settings",
"SSE.Views.RightMenu.txtImageSettings": "Image settings",