Bug 163581 - When multiple sheets are selected, right-click context menu should say "sheets"
Summary: When multiple sheets are selected, right-click context menu should say "sheets"
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
24.8.2.1 release
Hardware: All All
: medium trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: easyHack, needsDevEval
Depends on:
Blocks: Sheet-Tabs-Bar
  Show dependency treegraph
 
Reported: 2024-10-22 22:13 UTC by Eyal Rozenberg
Modified: 2024-10-23 08:24 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 Eyal Rozenberg 2024-10-22 22:13:15 UTC
When multiple sheets are selected, the entries on the right-click context menu still refer to a sheet, singular, e.g. "Delete Sheet..." - rather than referring to multiple sheets, e.g. "Delete Sheets..."
Comment 1 Eyal Rozenberg 2024-10-22 22:14:33 UTC
Seen with:

Version: 24.8.2.1 (X86_64) / LibreOffice Community
Build ID: 0f794b6e29741098670a3b95d60478a65d05ef13
CPU threads: 4; OS: Linux 6.6; UI render: default; VCL: gtk3
Locale: en-IL (en_IL); UI: en-US
Calc: threaded
Comment 2 Heiko Tietze 2024-10-23 08:24:12 UTC
Sure, we can use the plural. Needs to adopt the right form depending on the language, check for NNC_* variants of strings. The command is .uno:Remove, but no good code pointer.