Bug 160710 - Clarify "Save Document as URL" (label of .uno:SaveAsUrl) - or remove from GenericCommands.xcu if obsolete?
Summary: Clarify "Save Document as URL" (label of .uno:SaveAsUrl) - or remove from Gen...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: l10n-Optimization
  Show dependency treegraph
 
Reported: 2024-04-17 14:59 UTC by Tuomas Hietala
Modified: 2024-07-09 01:01 UTC (History)
2 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 Tuomas Hietala 2024-04-17 14:59:36 UTC
Description:
The meaning of UI string "Save Document as URL" is unclear. What does "saving as URL" mean? Saving the document to a remote location over the network? Saving the URL address of the document as a file to a local drive? Something else?


Steps to Reproduce:
1. See https://translations.documentfoundation.org/search/libo_ui-master/-/en/?q=%22Save+Document+as+URL%22&sort_by=-priority%2Cposition&checksum=


Actual Results:
The meaning of the string is unclear.

Expected Results:
The meaning is clarified.


Reproducible: Always


User Profile Reset: No

Additional Info:
n/a
Comment 1 Stéphane Guillou (stragu) 2024-06-22 02:36:49 UTC
I can't find this in the UI. Do you know where it is used?
Comment 2 Tuomas Hietala 2024-07-05 14:22:02 UTC
(In reply to Stéphane Guillou (stragu) from comment #1)
> I can't find this in the UI. Do you know where it is used?

I don't know, I noticed this while translating in Weblate.
Comment 3 QA Administrators 2024-07-06 03:16:40 UTC Comment hidden (obsolete)
Comment 4 Tuomas Hietala 2024-07-08 19:03:28 UTC
If it isn't used in the UI at all, but is available for translation in Weblate, that's a bug too.
Comment 5 Stéphane Guillou (stragu) 2024-07-09 01:01:49 UTC
It's the label of the .uno:SaveAsUrl command:

https://git.libreoffice.org/core/+/master/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#3973

which isn't available in the Customize dialog, and doesn't seem to be used elsewhere:

https://opengrok.libreoffice.org/search?project=core&full=SaveAsUrl

The command was listed in officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu in February 2004 by 332b3b7bb198c1fe2d0103dd60ebab0fc35ce5e0
... and then removed from sfx2/sdi/sfx.sdi in October 2004 by 6641f981dd03fee612c4db4b5481ab22f104f991.

Hossein, is this block OK to remove from GenericCommands.xcu or is there a reason to keep it?