Skip to content

Commit 6192e5a

Browse files
author
Akos Kitta
committed
fix: reword.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 6a2cd56 commit 6192e5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arduino-ide-extension/src/browser/theia/monaco/monaco-theming-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class CleanupObsoleteThemes implements FrontendApplicationContribution {
203203
this.messageService.info(
204204
nls.localize(
205205
'arduino/theme/currentThemeNotFound',
206-
'Could not load the currently selected theme: {0}. Arduino IDE has picked a compatible official theme.',
206+
'Could not find the currently selected theme: {0}. Arduino IDE has picked an official theme compatible with the missing one.',
207207
currentTheme.label
208208
)
209209
)
@@ -215,7 +215,7 @@ export class CleanupObsoleteThemes implements FrontendApplicationContribution {
215215

216216
/**
217217
* An indexedDB registered theme is obsolete if it is in the indexedDB but was registered
218-
* from neither a `vsix` nor `compiled-json` source during the app startup.
218+
* from neither a `vsix` nor `compiled` source during the app startup.
219219
*/
220220
export function collectObsoleteThemeIds(
221221
indexedDBThemes: MonacoThemeState[],

i18n/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
468468
},
469469
"theme": {
470-
"currentThemeNotFound": "Could not load the currently selected theme: {0}. Arduino IDE has picked a compatible official theme.",
470+
"currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked an official theme compatible with the missing one.",
471471
"dark": "Dark",
472472
"hc": "High Contrast",
473473
"light": "Light",

0 commit comments

Comments
 (0)