mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-28 17:29:19 +00:00
fix(ui/views/App/Main/MainWindow): remove tooltip on timeline
This commit is contained in:
parent
3c66702873
commit
33d648c88f
3 changed files with 0 additions and 14 deletions
|
|
@ -727,11 +727,6 @@ Server url not configured.</translation>
|
|||
calls, start a chat or add a new contact. Just enter
|
||||
your friend's SIP address or username.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>timelineTooltip</source>
|
||||
<translation>Click on one of your last exchange
|
||||
to chat or see the conversation history.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -726,11 +726,6 @@ Url du serveur non configurée.</translation>
|
|||
<translation>Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo,
|
||||
un chat ou ajouter un contact.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>timelineTooltip</source>
|
||||
<translation>Cliquer sur une entrée pour voir vos derniers échanges,
|
||||
chatter ou voir l'historique de conversation.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindowMenuBar</name>
|
||||
|
|
|
|||
|
|
@ -234,10 +234,6 @@ ApplicationWindow {
|
|||
model: TimelineModel
|
||||
|
||||
onEntrySelected: setView('Conversation', { sipAddress: entry })
|
||||
|
||||
TooltipArea {
|
||||
text: qsTr('timelineTooltip')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue