Bug 136077 - Inconsistent name references for Writer document
Summary: Inconsistent name references for Writer document
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
6.3.6.2 release
Hardware: All Windows (All)
: medium enhancement
Assignee: BogdanB
URL:
Whiteboard: target:7.5.0
Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
Depends on:
Blocks:
 
Reported: 2020-08-24 14:44 UTC by contactm205
Modified: 2022-12-05 08:20 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
Description of UI bug with images (114.92 KB, application/vnd.oasis.opendocument.graphics)
2020-08-24 14:44 UTC, contactm205
Details

Note You need to log in before you can comment on or make changes to this bug.
Description contactm205 2020-08-24 14:44:00 UTC
Created attachment 164637 [details]
Description of UI bug with images

The name for a Writer document is not consistent in several UI references.

1) In the LibreOffice start panel, which opens if no LibreOffice documents are already open - The "Create:" list includes "Writer Document".

2) In the menu bar from any component (Writer, Draw, Impress, Calc) - File, New refers to a Writer Document as "Text Document".

3) In the Windows File Explorer, Context menu (right-click, or Shift-F10) – The “New” option refers to a Writer Document as "OpenDocument Text".
Comment 1 Heiko Tietze 2020-12-18 10:20:07 UTC
Pretty sure we had this or similar topic recently. But cannot find.

We use Text Documents widely but I'd prefer Writer Document/s.
Comment 2 Heiko Tietze 2022-02-02 09:46:27 UTC
Start center: "Writer Document" (startcenter.ui: writer_all)
Main menu > New: "Text Document" (STR_DESCRIPTION_FACTORY_WRITER)
OS context menu: "OpenDocument Text" (STR_DESCRIPTION_OO_WRITER_DOC)

For the start center you may not know the module's name Writer while within the running application it's a bit weird to use it again. And on the OS isn't it more important to point out the file format since you could a different program.

I tend to rather keep the current state but more opinions, also from l10n, are welcome.
Comment 3 sophie 2022-02-03 11:33:05 UTC
(In reply to Heiko Tietze from comment #2)
> Start center: "Writer Document" (startcenter.ui: writer_all)
> Main menu > New: "Text Document" (STR_DESCRIPTION_FACTORY_WRITER)
> OS context menu: "OpenDocument Text" (STR_DESCRIPTION_OO_WRITER_DOC)
> 
> For the start center you may not know the module's name Writer while within
> the running application it's a bit weird to use it again. And on the OS
> isn't it more important to point out the file format since you could a
> different program.
> 
> I tend to rather keep the current state but more opinions, also from l10n,
> are welcome.

I would only change OS context menu to Writer Document too because users are more aware about the application name than the file format name they use (file format extensions are often hidden on workstations).
Comment 4 Heiko Tietze 2022-02-10 13:45:50 UTC
So let's do it and change STR_DESCRIPTION_OO_WRITER_DOC to "%PRODUCTNAME Writer Document" in include/svtools/strings.hrc (also for other modules).
Comment 5 Commit Notification 2022-12-05 08:20:44 UTC
Bogdan B committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/476ad3e5a8d4a8545043ffd7c8e16ead6ba1966b

tdf#136077 Change OS context menu for new file

It will be available in 7.5.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.