forked from GNUsocial/gnu-social
		
	fix syntax error introduced in i18n tweaks: newgroup action
This commit is contained in:
		@@ -151,7 +151,7 @@ class NewgroupAction extends Action
 | 
				
			|||||||
            // TRANS: %d is the maximum number of allowed characters.
 | 
					            // TRANS: %d is the maximum number of allowed characters.
 | 
				
			||||||
            $this->showForm(sprintf(_m('Description is too long (maximum %d character).',
 | 
					            $this->showForm(sprintf(_m('Description is too long (maximum %d character).',
 | 
				
			||||||
                                       'Description is too long (maximum %d characters).',
 | 
					                                       'Description is too long (maximum %d characters).',
 | 
				
			||||||
                                       User_group::maxDescription(),
 | 
					                                       User_group::maxDescription()),
 | 
				
			||||||
                                    User_group::maxDescription()));
 | 
					                                    User_group::maxDescription()));
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        } else if (!is_null($location) && mb_strlen($location) > 255) {
 | 
					        } else if (!is_null($location) && mb_strlen($location) > 255) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user