From 65e67b6c3e1a656efe3bfd189c164b00b270235c Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Thu, 19 Jul 2018 14:18:27 +0900 Subject: [PATCH] add a space to align position of ":" --- red/runtime/locales/en-US/runtime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/red/runtime/locales/en-US/runtime.json b/red/runtime/locales/en-US/runtime.json index 20a863d23..36a3ef314 100644 --- a/red/runtime/locales/en-US/runtime.json +++ b/red/runtime/locales/en-US/runtime.json @@ -165,7 +165,7 @@ "error-invalid-default-module": "Invalid storage '__storage__' is specified as a default storage", "error-use-undefined-storage": "Undefined storage '__storage__' is specified", "unknown-store": "Unknown store '__name__' specified. Use default store instead.", - "log-store-init": "Context store : '__name__' [__info__]" + "log-store-init": "Context store : '__name__' [__info__]" } }