Bug 145832 - Typo in STR_ObjNameNoObj
Summary: Typo in STR_ObjNameNoObj
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.3.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:24.2.0
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-22 15:58 UTC by sophie
Modified: 2023-10-12 11:37 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sophie 2021-11-22 15:58:18 UTC
Should be 'no drawing object' unless it is 'no Draw object'.

location of the string: https://git.libreoffice.org/core/+/master/include/svx/strings.hrc#136
Comment 1 Julien Nabet 2021-11-22 20:43:26 UTC
Considering include/svx/strings.hrc:
135 #define STR_ObjNamePlural  NC_("STR_ObjNamePlural", "Drawing objects")
136 #define STR_ObjNameNoObj   NC_("STR_ObjNameNoObj", "No draw object")

I suppose it should be "No drawing object"?

Heiko/Xisco: any thoughts here? Indeed, before changing the string (and so requiring all translations being modified accordingly), I'd like to be sure it's ok.
Comment 2 Heiko Tietze 2021-12-10 10:28:43 UTC
Not sure about the correct form. Adolfo, gerund or present participle or just a substantive "the draw object"?
Comment 3 BogdanB 2023-10-04 16:31:02 UTC
If we agree on a change here, I can do it.
Comment 4 Adolfo Jayme Barrientos 2023-10-09 16:29:41 UTC
The gerund is better.

I am embarrassed at the extremely late response. Sorry!
Comment 5 Commit Notification 2023-10-12 11:33:31 UTC
Bogdan B committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/3d97d220c912c2e45e97489e55c8d2a2b0b3516d

tdf#145832 Typo when missing object

It will be available in 24.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.