You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.'
Copy file name to clipboardExpand all lines: i18n/en.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,9 @@
369
369
"upload.verbose": "True for verbose upload output. False by default.",
370
370
"verifyAfterUpload": "Verify code after upload",
371
371
"window.autoScale": "True if the user interface automatically scales with the font size.",
372
-
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity."
372
+
"window.zoomLevel": {
373
+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
374
+
}
373
375
},
374
376
"replaceMsg": "Replace the existing version of {0}?",
375
377
"selectZip": "Select a zip file containing the library you'd like to add",
0 commit comments