From: Tom Hughes Date: Thu, 1 Oct 2009 20:22:52 +0000 (+0000) Subject: Correct comment. X-Git-Tag: live~6572^2~11 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/54649a39a04ebec90fa29506ecb66251efa93f5d?hp=7dbf68aa52f061b6575d42e2a0bec577da6ec827 Correct comment. --- diff --git a/app/controllers/user_roles_controller.rb b/app/controllers/user_roles_controller.rb index 51106866e..ee4de7ce0 100644 --- a/app/controllers/user_roles_controller.rb +++ b/app/controllers/user_roles_controller.rb @@ -73,7 +73,7 @@ class UserRolesController < ApplicationController end ## - # checks that the user doesn't already have this role + # checks that the user already has this role def in_role unless @this_user.has_role? @role flash[:notice] = t('user_role.filter.doesnt_have_role', :role => @role)