forked from GNUsocial/gnu-social
		
	Fix typo in cf45c978
				
					
				
			This commit is contained in:
		@@ -391,7 +391,7 @@ abstract class NoticeListActorsItem extends NoticeListItem
 | 
				
			|||||||
            $first = array_slice($items, 0, -1);
 | 
					            $first = array_slice($items, 0, -1);
 | 
				
			||||||
            $last = array_slice($items, -1, 1);
 | 
					            $last = array_slice($items, -1, 1);
 | 
				
			||||||
            // TRANS: Separator in list of user names like "You, Bob, Mary".
 | 
					            // TRANS: Separator in list of user names like "You, Bob, Mary".
 | 
				
			||||||
            $sepataror = _(', ');
 | 
					            $separator = _(', ');
 | 
				
			||||||
            // TRANS: For building a list such as "You, bob, mary and 5 others have favored this notice".
 | 
					            // TRANS: For building a list such as "You, bob, mary and 5 others have favored this notice".
 | 
				
			||||||
            // TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list.
 | 
					            // TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list.
 | 
				
			||||||
            return sprintf(_m('FAVELIST', '%1$s and %2$s'), implode($separator, $first), implode($separator, $last));
 | 
					            return sprintf(_m('FAVELIST', '%1$s and %2$s'), implode($separator, $first), implode($separator, $last));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user