N°2847 Add tooltip to user menu picture and rework these dictionary entries

This commit is contained in:
Stephen Abello
2020-08-04 10:02:56 +02:00
parent 7264defc35
commit e22c36c503
4 changed files with 15 additions and 6 deletions

View File

@@ -24,5 +24,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:Layout:NavigationMenu:MenuFilter:Input:Placeholder' => 'Filter...',
'UI:Layout:NavigationMenu:MenuFilter:Input:Tooltip' => 'Type your keywords to filter menus',
'UI:Layout:NavigationMenu:MenuFilter:Input:Hotkey' => 'Alt + M',
'UI:Layout:NavigationMenu:UserInfo:Picture:AltText' => 'User picture'
'UI:Layout:NavigationMenu:UserInfo:WelcomeMessage:Text' => 'Hi %1$s\!',
'UI:Layout:NavigationMenu:UserInfo:Picture:AltText' => '%1$s\'s contact picture'
));