From 750e3b2118cd5bdfe2ee6fdfb092255b9c6db728 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Mon, 23 Nov 2020 01:01:53 -0600 Subject: Similarly, the proper noun “SmartArt” shouldn’t be pluralized MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This completes commit ab97fe1b9b988936bf96b198387eaf3ff00fed61. Change-Id: Ie73ee1ee763034cb03a5a6d7acf20f145e34056f --- include/svx/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/strings.hrc') diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 1c1f02c9dce4..95e9690b0b9e 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1292,7 +1292,7 @@ #define RID_SVXSTR_DOC_MODIFIED_NO NC_("RID_SVXSTR_DOC_MODIFIED_NO", "The document has not been modified since the last save.") #define RID_SVXSTR_DOC_LOAD NC_("RID_SVXSTR_DOC_LOAD", "Loading document...") #define RID_SVXSTR_FIT_SLIDE NC_("RID_SVXSTR_FIT_SLIDE", "Fit slide to current window.") -#define RID_SVXSTR_WARN_MISSING_SMARTART NC_("RID_SVXSTR_WARN_MISSING_SMARTART", "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue.") +#define RID_SVXSTR_WARN_MISSING_SMARTART NC_("RID_SVXSTR_WARN_MISSING_SMARTART", "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue.") #define RID_SVXSTR_ZOOMTOOL_HINT NC_("RID_SVXSTR_ZOOMTOOL_HINT", "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog.") #define RID_SVXSTR_ZOOM_IN NC_("RID_SVXSTR_ZOOM_IN", "Zoom In") #define RID_SVXSTR_ZOOM_OUT NC_("RID_SVXSTR_ZOOM_OUT", "Zoom Out") -- cgit