Skip to content

Commit

Permalink
Update settings description (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
benji300 committed Aug 10, 2021
1 parent a96ad33 commit 0e63f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class Settings {
label: 'Unpin active tab behavior',
description: 'Specify the behavior when unpinning the current active tab. ' +
'Either keep the active tab selected or select another one, depending on the setting.' +
"In case 'Keep selected' is set, the temporary tab (italic font) may be replaced with the current active tab.",
"In case 'Keep selected' is set, the temporary tab (shown with italic font in the tab list) may be replaced with the current active tab.",
options: {
'0': 'Keep selected',
'1': 'Select last active tab',
Expand Down

0 comments on commit 0e63f69

Please sign in to comment.