GroupText macro now returns an error message if group cannot be found. includes test
This commit is contained in:
parent
2555a7d5b4
commit
3dd45bad6d
4 changed files with 24 additions and 9 deletions
|
|
@ -7,6 +7,12 @@ our $I18N = {
|
|||
lastUpdated => 1128838520,
|
||||
},
|
||||
|
||||
'group not found' => {
|
||||
message => q|Group %s was not found|,
|
||||
lastUpdated => 1112466408,
|
||||
context => q|Error message when a group is not found during a by-name lookup of groups.|,
|
||||
},
|
||||
|
||||
'group text title' => {
|
||||
message => q|Group Text Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue