Commit 2474838f authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Main/MainWindow): remove menu tooltip

parent 23f771da
...@@ -867,10 +867,6 @@ Server url not configured.</translation> ...@@ -867,10 +867,6 @@ Server url not configured.</translation>
<source>autoAnswerStatus</source> <source>autoAnswerStatus</source>
<translation>auto</translation> <translation>auto</translation>
</message> </message>
<message>
<source>menuTooltip</source>
<translation>Access to your contact list and add new contacts.</translation>
</message>
<message> <message>
<source>smartSearchBarTooltip</source> <source>smartSearchBarTooltip</source>
<translation>Use the search bar to directly start audio and video <translation>Use the search bar to directly start audio and video
......
...@@ -867,10 +867,6 @@ Url du serveur non configurée.</translation> ...@@ -867,10 +867,6 @@ Url du serveur non configurée.</translation>
<source>autoAnswerStatus</source> <source>autoAnswerStatus</source>
<translation>auto</translation> <translation>auto</translation>
</message> </message>
<message>
<source>menuTooltip</source>
<translation>Accéder à votre liste de contacts, en ajouter...</translation>
</message>
<message> <message>
<source>smartSearchBarTooltip</source> <source>smartSearchBarTooltip</source>
<translation>Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo, <translation>Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo,
......
...@@ -213,10 +213,6 @@ ApplicationWindow { ...@@ -213,10 +213,6 @@ ApplicationWindow {
}] }]
onEntrySelected: !entry ? setView('Home') : setView('Contacts') onEntrySelected: !entry ? setView('Home') : setView('Contacts')
TooltipArea {
text: qsTr('menuTooltip')
}
} }
// History. // History.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment