diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js index 1effcfca7..8d8abb73b 100644 --- a/customize.dist/translations/messages.fr.js +++ b/customize.dist/translations/messages.fr.js @@ -278,6 +278,10 @@ define(function () { out.contacts_info3 = "Double-cliquer sur son nom pour voir son profil"; out.contacts_info4 = "Chaque participant peut nettoyer définitivement l'historique d'une discussion"; + out.contacts_removeHistoryTitle = "Supprimer l'historique du chat"; + out.contacts_confirmRemoveHistory = 'Êtes-vous sûr de vouloir supprimer définitivement l\'historique de votre chat ? Les messages ne pourront pas être restaurés.'; + out.contacts_removeHistoryServerError = 'Une erreur est survenue lors de la supprimer de l\'historique du chat. Veuillez réessayer plus tard.'; + // File manager out.fm_rootName = "Documents"; diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 5c0b4c25f..a01f06cac 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -282,6 +282,7 @@ define(function () { out.contacts_info3 = "Double-click their icon to view their profile"; out.contacts_info4 = "Either participant can clear permanently a chat history"; + out.contacts_removeHistoryTitle = 'Clean the chat history'; out.contacts_confirmRemoveHistory = 'Are you sure you want to permanently remove your chat history? Data cannot be restored'; out.contacts_removeHistoryServerError = 'There was an error while removing your chat history. Try again later'; diff --git a/www/common/common-interface.js b/www/common/common-interface.js index 43c07123b..7f3036216 100644 --- a/www/common/common-interface.js +++ b/www/common/common-interface.js @@ -299,11 +299,12 @@ define([ var MutationObserver = window.MutationObserver; var addTippy = function (el) { if (el.nodeName === 'IFRAME') { return; } + var delay = typeof(AppConfig.tooltipDelay) === "number" ? AppConfig.tooltipDelay : 500; Tippy(el, { position: 'bottom', distance: 0, performance: true, - delay: [500, 0] + delay: [delay, 0] }); }; var $body = $('body'); diff --git a/www/common/common-messaging.js b/www/common/common-messaging.js index bfc983914..6349bca0f 100644 --- a/www/common/common-messaging.js +++ b/www/common/common-messaging.js @@ -284,15 +284,15 @@ define([ var proxy = common.getProxy(); var $header = $('