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
@@ -371,7 +371,9 @@
371
371
"upload.verbose": "True for verbose upload output. False by default.",
372
372
"verifyAfterUpload": "Verify code after upload",
373
373
"window.autoScale": "True if the user interface automatically scales with the font size.",
374
-
"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."
374
+
"window.zoomLevel": {
375
+
"deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
376
+
}
375
377
},
376
378
"replaceMsg": "Replace the existing version of {0}?",
377
379
"selectZip": "Select a zip file containing the library you'd like to add",
0 commit comments