From 94bae403fcb44043a69c81ecc91fa842868b11eb Mon Sep 17 00:00:00 2001 From: archit10uniyal Date: Fri, 4 Oct 2019 01:47:23 +0530 Subject: [PATCH] Update strings.js --- strings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/strings.js b/strings.js index 8b56ffbc..d9351d93 100644 --- a/strings.js +++ b/strings.js @@ -1,8 +1,8 @@ /* - * This file provides the interface to user visible strings in Brackets. Code that needs - * to display strings should should load this module by calling var Strings = require("strings"). - * The i18n plugin will dynamically load the strings for the right locale and populate - * the exports variable. See nls/root/strings.js for the master file of English strings. + * This file provides the interface to user visible strings in Brackets. + * Code that needs to display strings should load this module by calling var Strings = require("strings"). + * The i18n plugin will dynamically load the strings for the right locale and populate the exports variable. + * See nls/root/strings.js for the master file of English strings. */ define(function (require, exports, module) { module.exports = require("i18n!nls/strings");