mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Localize items in view/update popup icons
Fixes: #11040
(cherry picked from commit 578cf77f6f
)
This commit is contained in:
parent
c55cea0c26
commit
90ca393c7f
@ -229,7 +229,7 @@ ToolbarInfo & ToolbarInfo::read(Lexer & lex)
|
||||
FuncRequest func(lfun, f->name(),
|
||||
FuncRequest::TOOLBAR);
|
||||
add(ToolbarItem(ToolbarItem::COMMAND, func,
|
||||
bformat(tooltip, prettyname)));
|
||||
bformat(tooltip, translateIfPossible(prettyname))));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user