diff --git a/packages/zowe-explorer/package.json b/packages/zowe-explorer/package.json index b8a6aae58..eba1e55f2 100644 --- a/packages/zowe-explorer/package.json +++ b/packages/zowe-explorer/package.json @@ -1832,13 +1832,13 @@ "zowe.pagination.enabled": { "type": "boolean", "default": false, - "description": "%zowe.pagination.enabled%", + "description": "%zowe.pagination.enabled.desc%", "scope": "window" }, "zowe.pagination.numRecords": { "type": "integer", "default": 250, - "description": "%zowe.pagination.numRecords%", + "description": "%zowe.pagination.numRecords.desc%", "scope": "window" } } diff --git a/packages/zowe-explorer/package.nls.json b/packages/zowe-explorer/package.nls.json index 46882d85f..3b0cfd44d 100644 --- a/packages/zowe-explorer/package.nls.json +++ b/packages/zowe-explorer/package.nls.json @@ -109,8 +109,10 @@ "zowe.pollInterval.info": "Default interval (in milliseconds) when polling spool files.", "zowe.security.checkForCustomCredentialManagers": "Check for any installed VS Code extensions for handling credentials when activating Zowe Explorer", "zowe.security.secureCredentialsEnabled": "Allow credentials to be stored securely. If disabled and autoStore is set to true, z/OS credentials are stored as clear text in zowe.config.json.", - "zowe.pagination.enabled": "Enable pagination for tree items and resources. Instead of loading all items or resource contents, data is loaded in chunks.", - "zowe.pagination.numRecords": "Maximum number of records to load at once for a job spool. Set this value to 0 to disable pagination for spools.", + "zowe.pagination.enabled": "Enable pagination", + "zowe.pagination.enabled.desc": "Efficiently manage and display large content by loading it incrementally.", + "zowe.pagination.numRecords": "Number of Records", + "zowe.pagination.numRecords.desc": "Maximum number of records to load at once for a job spool. Set this value to 0 to disable pagination for spools.", "issueTsoCmd": "Issue TSO Command", "deleteProfile": "Delete a Profile Permanently...", "renameDataSet": "Rename Data Set",