trivial locale cleanups

Clarify the purpose of the `N_()` macro. Remove inconsistent capitalization of
two strings in the parser module.
This commit is contained in:
Kurtis Rader
2016-06-14 19:55:30 -07:00
parent 9f0c31611c
commit 3cecc1f475
8 changed files with 28 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ class io_chain_t;
#define FOR_BLOCK N_(L"'for' block")
/// Breakpoint block.
#define BREAKPOINT_BLOCK N_(L"Block created by breakpoint")
#define BREAKPOINT_BLOCK N_(L"block created by breakpoint")
/// If block description.
#define IF_BLOCK N_(L"'if' conditional block")
@@ -67,7 +67,7 @@ class io_chain_t;
#define BEGIN_BLOCK N_(L"'begin' unconditional block")
/// Source block description.
#define SOURCE_BLOCK N_(L"Block created by the . builtin")
#define SOURCE_BLOCK N_(L"block created by the . builtin")
/// Source block description.
#define EVENT_BLOCK N_(L"event handler block")