aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-22 14:58:12 -0800
committerfriendica <info@friendica.com>2014-02-22 14:58:12 -0800
commit5b4e3f46bca2def72fd2df2651eacdd853892a23 (patch)
treee0ca39f6ab2ce9284eb985c42163396b8ab07625 /include/items.php
parent5dc35bb7f0392903df3cdc600dbb67f5322ec53f (diff)
downloadvolse-hubzilla-5b4e3f46bca2def72fd2df2651eacdd853892a23.tar.gz
volse-hubzilla-5b4e3f46bca2def72fd2df2651eacdd853892a23.tar.bz2
volse-hubzilla-5b4e3f46bca2def72fd2df2651eacdd853892a23.zip
minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context.
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 1217616d7..d380a7939 100755
--- a/include/items.php
+++ b/include/items.php
@@ -753,7 +753,7 @@ function import_author_rss($x) {
values ( '%s', '%s', '%s', '%s' )",
dbesc($x['url']),
dbesc($x['url']),
- dbesc(($name) ? $name : t('Unknown')),
+ dbesc(($name) ? $name : t('(Unknown)')),
dbesc('rss')
);
if($r) {