add a space to align position of ":"

pull/1818/head
Hiroyasu Nishiyama 2018-07-19 14:18:27 +09:00
parent 7612481570
commit 65e67b6c3e
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
"error-invalid-default-module": "Invalid storage '__storage__' is specified as a default storage", "error-invalid-default-module": "Invalid storage '__storage__' is specified as a default storage",
"error-use-undefined-storage": "Undefined storage '__storage__' is specified", "error-use-undefined-storage": "Undefined storage '__storage__' is specified",
"unknown-store": "Unknown store '__name__' specified. Use default store instead.", "unknown-store": "Unknown store '__name__' specified. Use default store instead.",
"log-store-init": "Context store : '__name__' [__info__]" "log-store-init": "Context store : '__name__' [__info__]"
} }
} }