aboutsummaryrefslogtreecommitdiffstats
path: root/util/strings.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-03 13:54:31 -0800
committerFriendika <info@friendika.com>2011-01-03 13:54:31 -0800
commit8bd9e31f20ee0d7657cd3ab30a41ff627d49af92 (patch)
treeeba0f5dc9ce1e78eec474723410b949d9692fb9f /util/strings.php
parent0cba6b128ad98e7e32aab89462dc635c638c968a (diff)
downloadvolse-hubzilla-8bd9e31f20ee0d7657cd3ab30a41ff627d49af92.tar.gz
volse-hubzilla-8bd9e31f20ee0d7657cd3ab30a41ff627d49af92.tar.bz2
volse-hubzilla-8bd9e31f20ee0d7657cd3ab30a41ff627d49af92.zip
string update
Diffstat (limited to 'util/strings.php')
-rw-r--r--util/strings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/strings.php b/util/strings.php
index fa0e15717..e8f3b47af 100644
--- a/util/strings.php
+++ b/util/strings.php
@@ -139,7 +139,7 @@ $a->strings['Global Directory'] = 'Global Directory';
$a->strings['Item not found.'] = 'Item not found.';
$a->strings['Private Message'] = 'Private Message';
$a->strings['This is you'] = 'This is you';
-$a->strings['View $name's profile'] = 'View $name's profile';
+$a->strings['View $name\'s profile'] = 'View $name\'s profile';
$a->strings['Item has been removed.'] = 'Item has been removed.';
$a->strings['The profile address specified does not provide adequate information.'] = 'The profile address specified does not provide adequate information.';
$a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Limited profile. This person will be unable to receive direct/personal notifications from you.';
@@ -227,6 +227,7 @@ $a->strings['Message not available.'] = 'Message not available.';
$a->strings['Delete message'] = 'Delete message';
$a->strings['Send Reply'] = 'Send Reply';
$a->strings['No such group'] = 'No such group';
+$a->strings['Group is empty'] = 'Group is empty';
$a->strings['Group: '] = 'Group: ';
$a->strings['Invalid request identifier.'] = 'Invalid request identifier.';
$a->strings['Discard'] = 'Discard';