1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-06 15:06:39 +02:00

Fix some typos

Signed-off-by: Joas Schilling <coding@schilljs.com>
Bu işleme şunda yer alıyor:
Joas Schilling 2016-11-08 17:05:29 +01:00
ebeveyn 25bcd71d02
işleme 1c97d1b4ed
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: E166FD8976B3BAC8

Dosyayı Görüntüle

@ -166,7 +166,7 @@ class Activity implements IExtension {
switch ($activity['subject']) {
case self::SUBJECT_SHARED_EMAIL_BY:
// Group by file name
return 0;
return 1;
case self::SUBJECT_SHARED_EMAIL_SELF:
// Group by user/group
return 1;
@ -260,7 +260,7 @@ class Activity implements IExtension {
case self::SUBJECT_SHARED_EMAIL_SELF:
return (string) $l->t('Shared with %2$s', $params);
case self::SUBJECT_SHARED_EMAIL_BY:
return (string) $l->t('Shared with %3$s by %2ks', $params);
return (string) $l->t('Shared with %3$s by %2$s', $params);
}
return false;