Skip to content

Fix labelling issue - #1646 #2721

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
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 @@ -212,7 +212,7 @@ export namespace CheckForUpdates {
export const CHECK_FOR_UPDATES: Command = Command.toLocalizedCommand(
{
id: 'arduino-check-for-updates',
label: 'Check for Arduino Updates',
label: 'Check for board and library updates',
category: 'Arduino',
},
'arduino/checkForUpdates/checkForUpdates'
Expand Down
2 changes: 1 addition & 1 deletion i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Качване на сертификати."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Ziurtagiriak kargatzen."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/fil.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Uploading certificates."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/si.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "සහතික උඩුගත වෙමින්."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "සියල්ල ස්ථාපනය",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"uploadingCertificates": "Спуштање сертификата."
},
"checkForUpdates": {
"checkForUpdates": "Check for Arduino Updates",
"checkForUpdates": "Check for board and library updates",
"installAll": "Install All",
"noUpdates": "There are no recent updates available.",
"promptUpdateBoards": "Updates are available for some of your boards.",
Expand Down
Loading