diff options
author | friendica <info@friendica.com> | 2014-07-31 02:33:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-31 02:33:34 -0700 |
commit | 0e57b6cc8c8ad02c06457f96abae3227805c37ef (patch) | |
tree | 4f8994eb95708b241d4c9847678cb9b1f37f6e84 /include/contact_selectors.php | |
parent | 35ed18967a61e9871becbe6676603ce8e43eeec3 (diff) | |
download | volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.tar.gz volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.tar.bz2 volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.zip |
convert application strings to en-US
Diffstat (limited to 'include/contact_selectors.php')
-rw-r--r-- | include/contact_selectors.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/contact_selectors.php b/include/contact_selectors.php index a3cfd2489..726efce9d 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -20,6 +20,7 @@ function contact_profile_assign($current) { return $o; } +/* unused currently function contact_reputation($current) { @@ -27,7 +28,7 @@ function contact_reputation($current) { $o .= "<select id=\"contact-reputation-selector\" name=\"reputation\" />\r\n"; $rep = array( - 0 => t('Unknown | Not categorised'), + 0 => t('Unknown | Not categorized'), 1 => t('Block immediately'), 2 => t('Shady, spammer, self-marketer'), 3 => t('Known to me, but no opinion'), @@ -43,6 +44,7 @@ function contact_reputation($current) { return $o; } +*/ function contact_poll_interval($current, $disabled = false) { |