diff --git a/packages/web/src/settings/BehaviourSettings.svelte b/packages/web/src/settings/BehaviourSettings.svelte index edab0fa1e..2799fbe45 100644 --- a/packages/web/src/settings/BehaviourSettings.svelte +++ b/packages/web/src/settings/BehaviourSettings.svelte @@ -1,59 +1,61 @@
- +
{_t('settings.behaviour', { defaultMessage: 'Behaviour' })}
+
{_t('settings.tabPreviewMode', { defaultMessage: 'Tab Preview Mode' })}
+
- - {_t('settings.behaviour.singleClickPreview', { + + {_t('settings.behaviour.singleClickPreview', { defaultMessage: - 'When you single-click or select a file in the "Tables, Views, Functions" view, it is shown in a preview mode and reuses an existing tab (preview tab). This is useful if you are quickly browsing tables and don\'t want every visited table to have its own tab. When you start editing the table or use double-click to open the table from the "Tables" view, a new tab is dedicated to that table.', - })} + 'When you single-click or select a file in the "Tables, Views, Functions" view, it is shown in a preview mode and reuses an existing tab (preview tab). This is useful if you are quickly browsing tables and don\'t want every visited table to have its own tab. When you start editing the table or use double-click to open the table from the "Tables" view, a new tab is dedicated to that table.', + })}
{_t('settings.confirmations', { defaultMessage: 'Confirmations' })}
-
+
\ No newline at end of file +