mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 02:19:10 +00:00
Localize items in view/update popup icons
Fixes: #11040 (cherry picked from commit 578cf77f6f0e88dadc1cdcc2d0bc145c1a40aad7)
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…
x
Reference in New Issue
Block a user