include/svx/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d97d220c912c2e45e97489e55c8d2a2b0b3516d
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Tue Oct 10 19:11:13 2023 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Oct 12 13:32:30 2023 +0200

    tdf#145832 Typo when missing object
    
    Change-Id: Ifc26d17aaf3d280f4eaefb94c4ef8009c11c3bfb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157773
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 223ee37c2cbe..b4a04c3a2c60 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -130,7 +130,7 @@
 #define STR_ObjNameSingulMEASURE                            
NC_("STR_ObjNameSingulMEASURE", "Dimension line")
 #define STR_ObjNamePluralMEASURE                            
NC_("STR_ObjNamePluralMEASURE", "Dimensioning objects")
 #define STR_ObjNamePlural                                   
NC_("STR_ObjNamePlural", "Drawing objects")
-#define STR_ObjNameNoObj                                    
NC_("STR_ObjNameNoObj", "No draw object")
+#define STR_ObjNameNoObj                                    
NC_("STR_ObjNameNoObj", "No drawing object")
 #define STR_ObjNameSingulPlural                             
NC_("STR_ObjNameSingulPlural", "Draw object(s)")
 #define STR_ObjNameSingulCube3d                             
NC_("STR_ObjNameSingulCube3d", "3D cube")
 #define STR_ObjNamePluralCube3d                             
NC_("STR_ObjNamePluralCube3d", "3D cubes")

Reply via email to