Fossil SCM
Grammar fix in "Left-align my posts" /chat setting hint
Commit
aca0be165988de570db165c9b9316f331875238299113c0e76f87f048edefb10
Parent
8f344297a429feb…
1 file changed
+1
-1
+1
-1
| --- src/fossil.page.chat.js | ||
| +++ src/fossil.page.chat.js | ||
| @@ -1686,11 +1686,11 @@ | ||
| 1686 | 1686 | },{ |
| 1687 | 1687 | label: "Appearance Options...", |
| 1688 | 1688 | children:[{ |
| 1689 | 1689 | label: "Left-align my posts", |
| 1690 | 1690 | hint: "Default alignment of your own messages is selected " |
| 1691 | - + "based window width/height ratio.", | |
| 1691 | + + "based on the window width/height ratio.", | |
| 1692 | 1692 | boolValue: ()=>!document.body.classList.contains('my-messages-right'), |
| 1693 | 1693 | callback: function f(){ |
| 1694 | 1694 | document.body.classList[ |
| 1695 | 1695 | this.checkbox.checked ? 'remove' : 'add' |
| 1696 | 1696 | ]('my-messages-right'); |
| 1697 | 1697 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -1686,11 +1686,11 @@ | |
| 1686 | },{ |
| 1687 | label: "Appearance Options...", |
| 1688 | children:[{ |
| 1689 | label: "Left-align my posts", |
| 1690 | hint: "Default alignment of your own messages is selected " |
| 1691 | + "based window width/height ratio.", |
| 1692 | boolValue: ()=>!document.body.classList.contains('my-messages-right'), |
| 1693 | callback: function f(){ |
| 1694 | document.body.classList[ |
| 1695 | this.checkbox.checked ? 'remove' : 'add' |
| 1696 | ]('my-messages-right'); |
| 1697 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -1686,11 +1686,11 @@ | |
| 1686 | },{ |
| 1687 | label: "Appearance Options...", |
| 1688 | children:[{ |
| 1689 | label: "Left-align my posts", |
| 1690 | hint: "Default alignment of your own messages is selected " |
| 1691 | + "based on the window width/height ratio.", |
| 1692 | boolValue: ()=>!document.body.classList.contains('my-messages-right'), |
| 1693 | callback: function f(){ |
| 1694 | document.body.classList[ |
| 1695 | this.checkbox.checked ? 'remove' : 'add' |
| 1696 | ]('my-messages-right'); |
| 1697 |