From be873c5386c7f00f12c496787aaf76085318aa4a Mon Sep 17 00:00:00 2001 From: Sinan Bolel <1915925+sbolel@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:27:01 -0400 Subject: [PATCH] fix: add automaticallyDeleteInterval.description English localization --- package.nls.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index 620bb63..1238300 100644 --- a/package.nls.json +++ b/package.nls.json @@ -5,6 +5,7 @@ "configuration.lineColor.description": "Background color of line with notes (name or HEX)", "configuration.rulerColor.description": "Color of the ruler with notes (name or HEX)", "configuration.automaticallyDelete.description": "If it set to true, notes that do not correspond to files are automatically deleted.", + "configuration.automaticallyDeleteInterval.description": "Time interval (in ms) for checking and auto-deleting notes.", "configuration.showGutterIcon.description": "If it set to true, displays the icon on the line where the note exists.", "configuration.gutterIconPath.description": "File path of the icon to be displayed" -} \ No newline at end of file +}