Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make changes to the tooltips of the toolbar actions. #13861

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1416,8 +1416,8 @@
},
{
"id": "notebook:copy-cell",
"label": "Copy Cells",
"caption": "Copy the selected cells",
"label": "Copy Cell",
"caption": "Copy this cell",
"shortcuts": [
"C"
]
Expand Down Expand Up @@ -1448,16 +1448,16 @@
},
{
"id": "notebook:cut-cell",
"label": "Cut Cells",
"caption": "Cut the selected cells",
"label": "Cut Cell",
"caption": "Cut this cell",
"shortcuts": [
"X"
]
},
{
"id": "notebook:delete-cell",
"label": "Delete Cells",
"caption": "",
"label": "Delete Cell",
"caption": "Delete this cell",
"shortcuts": [
"D",
"D"
Expand All @@ -1477,8 +1477,8 @@
},
{
"id": "notebook:duplicate-below",
"label": "Duplicate Cells Below",
"caption": "Copy the selected cells and paste them below the selection",
"label": "Duplicate Cell Below",
"caption": "Create a duplicate of this cell below",
"shortcuts": []
},
{
Expand Down Expand Up @@ -1582,7 +1582,7 @@
{
"id": "notebook:insert-cell-above",
"label": "Insert Cell Above",
"caption": "",
"caption": "Insert a cell above",
"shortcuts": [
"A"
]
Expand Down Expand Up @@ -1643,16 +1643,16 @@
},
{
"id": "notebook:move-cell-down",
"label": "Move Cells Down",
"caption": "",
"label": "Move Cell Down",
"caption": "Move this cell down",
"shortcuts": [
"Ctrl Shift ArrowDown"
]
},
{
"id": "notebook:move-cell-up",
"label": "Move Cells Up",
"caption": "",
"label": "Move Cell Up",
"caption": "Move this cell up",
"shortcuts": [
"Ctrl Shift ArrowUp"
]
Expand Down Expand Up @@ -1691,20 +1691,20 @@
},
{
"id": "notebook:paste-and-replace-cell",
"label": "Paste Cells and Replace",
"label": "Paste Cell and Replace",
"caption": "",
"shortcuts": []
},
{
"id": "notebook:paste-cell-above",
"label": "Paste Cells Above",
"caption": "",
"label": "Paste Cell Above",
"caption": "Paste this cell from the clipboard",
"shortcuts": []
},
{
"id": "notebook:paste-cell-below",
"label": "Paste Cells Below",
"caption": "Paste cells from the clipboard",
"label": "Paste Cell Below",
"caption": "Paste this cell from the clipboard",
"shortcuts": [
"V"
]
Expand Down Expand Up @@ -1785,24 +1785,24 @@
},
{
"id": "notebook:run-cell",
"label": "Run Selected Cells and Do not Advance",
"caption": "Run the selected cells and do not advance",
"label": "Run Selected Cell and Do not Advance",
"caption": "",
"shortcuts": [
"Ctrl Enter"
]
},
{
"id": "notebook:run-cell-and-insert-below",
"label": "Run Selected Cells and Insert Below",
"label": "Run Selected Cell and Insert Below",
"caption": "",
"shortcuts": [
"Alt Enter"
]
},
{
"id": "notebook:run-cell-and-select-next",
"label": "Run Selected Cells",
"caption": "Run the selected cells",
"label": "Run Selected Cell",
"caption": "Run this cell and advance",
"shortcuts": [
"Shift Enter"
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading