diff --git a/app/common/setting-definitions.js b/app/common/setting-definitions.js
index d10585cd..0d2485a9 100644
--- a/app/common/setting-definitions.js
+++ b/app/common/setting-definitions.js
@@ -1,7 +1,7 @@
// setting-definitions.js: The TabFern settings, and setting-access functions
// Fixed configuration
-let ISSUE35 = true; // Set to true to enable #35 functions, false to disable
+let ISSUE35 = false; // Set to true to enable #35 functions, false to disable
// Names of settings, and their defaults // {{{1
diff --git a/app/settings/manifest.js b/app/settings/manifest.js
index 1248972a..97bd17ca 100644
--- a/app/settings/manifest.js
+++ b/app/settings/manifest.js
@@ -22,7 +22,7 @@ function brplain(text){return `
${text}`;}
function future_i18n(x) { return x; }
-let ham = icon('fa fa-bars');
+let ham = icon('fa fa-bars'); // hamburger-menu icon (three bars)
let gt = icon('fa fa-lg fa-caret-right');
var editImg = icon('fff-pencil tf-action-button');
var delImg = icon('fff-cross tf-action-button');
@@ -222,7 +222,7 @@ setting_definitions.push(
"tab": future_i18n("Appearance"),
"group": '',
"type": "description",
- "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5."),
+ "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5 or Cmd+R."),
},
{
"tab": future_i18n("Appearance"),
@@ -401,7 +401,7 @@ setting_definitions.push(
"tab": future_i18n("Advanced"),
"group": '',
"type": "description",
- "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5."),
+ "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5 or Cmd+R."),
},
{
"tab": future_i18n("Advanced"),
@@ -427,8 +427,8 @@ setting_definitions.push(
`TabFern is by Chris White (blog,
GitHub). I greatly appreciate
the following contributors! If I have accidentally missed you, please let
-me know so I can correct the omission. All names below are in asciibetical
-order within each category.`
+me know so I can correct the omission. All names below are in case-insensitive
+alphabetical order within each category.`
},
{
@@ -474,6 +474,7 @@ order within each category.`
"type": "description",
"text":
`
The next version of TabFern will introduce tab-at-a-time ${issue(35)}. +Please back up now (${ham} ${gt} Backup now) just in case of unexpected bugs! +Remember, TabFern carries no warranty. +
+Please note that if Chrome crashes while you have only some tabs open, the recovered window will show up in TabFern as a separate, unsaved window (related to ${issue(41, true)}).
-