diff options
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index b18d57134..f5663d8e7 100644 --- a/util/strings.php +++ b/util/strings.php @@ -364,6 +364,8 @@ $a->strings['Set title'] = 'Set title'; $a->strings['No such group'] = 'No such group'; $a->strings['Group is empty'] = 'Group is empty'; $a->strings['Group: '] = 'Group: '; +$a->strings['Contact: '] = 'Contact: '; +$a->strings['Invalid contact.'] = 'Invalid contact.'; $a->strings['%d member'] = array( 0 => '%d member', 1 => '%d members', |