]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5329 Restore a previously deleted bundle
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 20 Jun 2014 13:47:04 +0000 (15:47 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 20 Jun 2014 13:47:12 +0000 (15:47 +0200)
sonar-core/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb

index 4e7bcc189575b985b68f475ef1b1743069e1b969..b38db8b94c18f85757ee0cde1b327b3771264de2 100644 (file)
@@ -1615,6 +1615,7 @@ quality_profiles.including=including
 quality_profiles.deprecated=deprecated
 quality_profiles.manage_rules_tooltip=Manage rules of this profile
 quality_profiles.see_rules_tooltip=See rules of this profile
+quality_profiles.severity_set_to_x=Severity set to {0}<b>{1}</b>
 quality_profiles.changelog_from=Changelog from
 quality_profiles.changelog.empty=No changes have been done.
 quality_profiles.changelog.activated=Activated
index ff8d29ff01b88726177e290c1dc2d2dd4f2da067..97240a5b2778e8d24a18a226d0ea5a2401a6261a 100644 (file)
@@ -44,7 +44,7 @@
             <br/>
           <% end %>
           <% change.parameters().each do |param_key, param_value| %>
-            <% if !param_value.empty? %>
+            <% if param_value %>
               <%= message('quality_profiles.parameter_set_to_x', :params => [param_key, param_value]) -%>
             <% else %>
               <%= message('quality_profiles.changelog.parameter_reset_to_default_value_x', :params => [param_key]) -%>