Skip to content

Commit

Permalink
Update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Dec 15, 2023
1 parent 7f24f6e commit 32ebe5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
"message": "Always switch tab with mouse wheel"
},
"optionsAlwaysSwitchTabByScrollingDetail": {
"message": "Always switch to the next / previous tab, regardless of whether the scroll bar is visible or not."
"message": "Switch to the next / previous tab, regardless of whether the scroll bar is visible or not."
},
"optionsAutoLabel": {
"message": "Auto"
Expand Down Expand Up @@ -555,7 +555,7 @@
"message": "Tab Groups"
},
"optionsTabGroupOnExpandCollapseOther": {
"message": "Always collapse other groups when expanding a tab group"
"message": "Collapse other groups when expanding a tab group"
},
"optionsTabGroupOnExpandCollapseOtherDetail": {
"message": "Expanding a tab group collapses other previously expanded tab groups."
Expand All @@ -567,7 +567,7 @@
"message": "Leave pinned tabs expanded."
},
"optionsTabGroupPutNewTabAtTheEnd": {
"message": "Always put the newly opened grouped tab at the end of the group"
"message": "Put the newly opened grouped tab at the end of the group"
},
"optionsTabGroupPutNewTabAtTheEndDetail": {
"message": "When opening a new tab from a grouped tab, open that tab at the end of the tab group, not below the opener tab."
Expand Down
6 changes: 3 additions & 3 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
"message": "Always switch tab with mouse wheel"
},
"optionsAlwaysSwitchTabByScrollingDetail": {
"message": "Always switch to the next / previous tab, regardless of whether the scroll bar is visible or not."
"message": "Switch to the next / previous tab, regardless of whether the scroll bar is visible or not."
},
"optionsAutoLabel": {
"message": "Auto"
Expand Down Expand Up @@ -555,7 +555,7 @@
"message": "Tab Groups"
},
"optionsTabGroupOnExpandCollapseOther": {
"message": "Always collapse other groups when expanding a tab group"
"message": "Collapse other groups when expanding a tab group"
},
"optionsTabGroupOnExpandCollapseOtherDetail": {
"message": "Expanding a tab group collapses other previously expanded tab groups."
Expand All @@ -567,7 +567,7 @@
"message": "Leave pinned tabs expanded."
},
"optionsTabGroupPutNewTabAtTheEnd": {
"message": "Always put the newly opened grouped tab at the end of the group"
"message": "Put the newly opened grouped tab at the end of the group"
},
"optionsTabGroupPutNewTabAtTheEndDetail": {
"message": "When opening a new tab from a grouped tab, open that tab at the end of the tab group, not below the opener tab."
Expand Down
2 changes: 1 addition & 1 deletion src/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
"message": "常にマウスホイールでタブを切り替える"
},
"optionsAlwaysSwitchTabByScrollingDetail": {
"message": "スクロールバーが表示されているかどうかにかかわらず、常に次/前のタブに切り替えます。"
"message": "スクロールバーが表示されているかどうかにかかわらず、/前のタブに切り替えます。"
},
"optionsAutoLabel": {
"message": "自動"
Expand Down
6 changes: 3 additions & 3 deletions src/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h1 data-i18n="optionsTitle">Sidebar Tabs - Options</h1>
<label for="tabGroupPutNewTabAtTheEnd" class="checkboxLabel"
data-i18n="optionsTabGroupPutNewTabAtTheEnd"
aria-details="tabGroupPutNewTabAtTheEndDetail">
Always put the newly opened grouped tab at the end of the group
Put the newly opened grouped tab at the end of the group
</label>
</span>
</p>
Expand All @@ -362,7 +362,7 @@ <h1 data-i18n="optionsTitle">Sidebar Tabs - Options</h1>
<label for="tabGroupOnExpandCollapseOther" class="checkboxLabel"
data-i18n="optionsTabGroupOnExpandCollapseOther"
aria-details="tabGroupOnExpandCollapseOtherDetail">
Always collapse other groups when expanding a tab group
Collapse other groups when expanding a tab group
</label>
</span>
</p>
Expand Down Expand Up @@ -466,7 +466,7 @@ <h1 data-i18n="optionsTitle">Sidebar Tabs - Options</h1>
<details id="alwaysSwitchTabByScrollingDetail">
<div>
<p data-i18n="optionsAlwaysSwitchTabByScrollingDetail">
Always switch to the next / previous tab, regardless of whether the scroll bar is visible or not.
Switch to the next / previous tab, regardless of whether the scroll bar is visible or not.
</p>
</div>
</details>
Expand Down

0 comments on commit 32ebe5b

Please sign in to comment.