mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 05:31:14 -03:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user