summaryrefslogtreecommitdiff
path: root/sw/inc/strings.hrc
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-05-13 14:11:44 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2022-05-19 23:45:38 +0200
commit4602a27bc9d6304f1ac7c56fde31c138fe7ad626 (patch)
tree0016b89af3d2ebce4f85d27e581a1efc422e5421 /sw/inc/strings.hrc
parent70b00434bad4216aeaed360808e19344de794c9c (diff)
tdf#149018 "Object" -> "OLE Object" in Menu and Dialog labels
As a step toward internal UI labeling consistency, this patch focused on dialogs, menus, toolbars that involve OLE Objects, which can be defined as embedded objects that use the Properties dialog in sw/uiconfig/swriter/ui/objectdialog.ui. One reason for the change is to distinguish these objects from the generic term "object", which is also used for Shapes and Textboxes. The label "Object" is changed to "OLE Object", where appropriate, which will align the menu and dialog labels with the one that appears in Navigator and Toolbar. Also changed "Objects" to "OLE objects" for the Statistics field. Changed "OLE-object" to "OLE Object" - again for consistency. Changed "Type" tab label to "Position and Size" in Object Dialog, to keep consistency with tdf#138844 Change-Id: Iba54c30fd83489631a9be546d6efc9365bdbefd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134186 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r--sw/inc/strings.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 75ffb71a3441..3f7d9503b187 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -564,7 +564,7 @@
/*undo: STR_PARAGRAPHS, string.text*/
#define STR_PARAGRAPHS NC_("STR_PARAGRAPHS", "Paragraphs")
#define STR_FRAME NC_("STR_FRAME", "frame")
-#define STR_OLE NC_("STR_OLE", "OLE-object")
+#define STR_OLE NC_("STR_OLE", "OLE object")
#define STR_MATH_FORMULA NC_("STR_MATH_FORMULA", "formula")
#define STR_CHART NC_("STR_CHART", "chart")
#define STR_NOTE NC_("STR_NOTE", "comment")
@@ -955,7 +955,7 @@
#define FLD_STAT_WORD NC_("FLD_STAT_WORD", "Words")
#define FLD_STAT_PARA NC_("FLD_STAT_PARA", "Paragraphs")
#define FLD_STAT_GRF NC_("FLD_STAT_GRF", "Image")
-#define FLD_STAT_OBJ NC_("FLD_STAT_OBJ", "Objects")
+#define FLD_STAT_OBJ NC_("FLD_STAT_OBJ", "OLE objects")
#define FLD_STAT_PAGE NC_("FLD_STAT_PAGE", "Pages")
// SubCmd DDETypes
#define FMT_DDE_HOT NC_("FMT_DDE_HOT", "DDE automatic")