aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-02 00:25:44 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-02 00:25:44 +0000
commit674a23ae80dd162f79bc7777720c841b3bb34a55 (patch)
tree9ff2337101fe77859c299518ca21123c4dc5a42c /sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
parentf94ad980c6d64414efca65ab5b7473ebbb079adb (diff)
downloadsonarqube-674a23ae80dd162f79bc7777720c841b3bb34a55.tar.gz
sonarqube-674a23ae80dd162f79bc7777720c841b3bb34a55.zip
improve UI of update center
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
index 429602cc5fb..efec31b834d 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
@@ -84,7 +84,7 @@ class UpdatecenterController < ApplicationController
def cancel_downloads
java_facade.cancelPluginDownloads()
- flash[:notice]="Plugin downloads are canceled."
+ flash[:notice]="Pending plugin installations are canceled."
redirect_to :action => 'index'
end
@@ -115,7 +115,7 @@ class UpdatecenterController < ApplicationController
def cancel_uninstalls
java_facade.cancelPluginUninstalls()
- flash[:notice]="Plugin uninstalls are canceled."
+ flash[:notice]="Pending plugin uninstalls are canceled."
redirect_to :action => 'index'
end