mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(ui/views/App/Main/MainWindow): remove menu tooltip
This commit is contained in:
parent
23f771daba
commit
2474838f3c
3 changed files with 0 additions and 12 deletions
|
|
@ -867,10 +867,6 @@ Server url not configured.</translation>
|
|||
<source>autoAnswerStatus</source>
|
||||
<translation>auto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuTooltip</source>
|
||||
<translation>Access to your contact list and add new contacts.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>smartSearchBarTooltip</source>
|
||||
<translation>Use the search bar to directly start audio and video
|
||||
|
|
|
|||
|
|
@ -867,10 +867,6 @@ Url du serveur non configurée.</translation>
|
|||
<source>autoAnswerStatus</source>
|
||||
<translation>auto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>menuTooltip</source>
|
||||
<translation>Accéder à votre liste de contacts, en ajouter...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>smartSearchBarTooltip</source>
|
||||
<translation>Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo,
|
||||
|
|
|
|||
|
|
@ -213,10 +213,6 @@ ApplicationWindow {
|
|||
}]
|
||||
|
||||
onEntrySelected: !entry ? setView('Home') : setView('Contacts')
|
||||
|
||||
TooltipArea {
|
||||
text: qsTr('menuTooltip')
|
||||
}
|
||||
}
|
||||
|
||||
// History.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue