Skip to content

Commit

Permalink
impress/draw: Fix ChangeBezier button label
Browse files Browse the repository at this point in the history
Fixes #9801

Signed-off-by: Hubert Figuière <hub@collabora.com>
Change-Id: Ic1bc7f9ac55a6da7d19e0bd8e85ed67386bb8bae
  • Loading branch information
hfiguiere committed Aug 13, 2024
1 parent 251dc0a commit af861e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/control/Control.NotebookbarImpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
{
'id': 'draw-convert-curve',
'type': 'bigtoolitem',
'text': _UNO('.uno:ChangeBezier'),
'text': _UNO('.uno:ChangeBezier', 'presentation'),
'command': '.uno:ChangeBezier',
'accessibility': { focusBack: true, combination: 'CB', de: null }
},
Expand Down

0 comments on commit af861e1

Please sign in to comment.