diff options
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c index a7cfa5b7..04328a69 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1436,6 +1436,11 @@ static char * const pevt_dccgenericoffer_help[] = { N_("Nickname"), }; +static char * const pevt_notifyaway_help[] = { + N_("Nickname"), + N_("Away Reason"), +}; + static char * const pevt_notifynumber_help[] = { N_("Number of notify items"), }; |