From: Stas Vilchik Date: Tue, 6 Jan 2015 10:00:36 +0000 (+0100) Subject: Apply some issues feedback X-Git-Tag: latest-silver-master-#65~358 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=43b985ee5a3c74042b028ca1b9dd3f3c5e4559df;p=sonarqube.git Apply some issues feedback --- diff --git a/server/sonar-web/src/main/hbs/issue/issue.hbs b/server/sonar-web/src/main/hbs/issue/issue.hbs index 7409789929a..38c8562a496 100644 --- a/server/sonar-web/src/main/hbs/issue/issue.hbs +++ b/server/sonar-web/src/main/hbs/issue/issue.hbs @@ -102,7 +102,7 @@
{{#if line}} - L{{line}} + L{{line}}    {{/if}} diff --git a/server/sonar-web/src/main/hbs/issues/issues-help.hbs b/server/sonar-web/src/main/hbs/issues/issues-help.hbs index 193f1a2f6ce..fe36051338e 100644 --- a/server/sonar-web/src/main/hbs/issues/issues-help.hbs +++ b/server/sonar-web/src/main/hbs/issues/issues-help.hbs @@ -15,6 +15,7 @@
  • c    to confirm/unconfirm
  • r    to resolve/reopen
  • f    to mark as false positive
  • +
  • u    to mute
  • a    to assign
  • m    to assign to the current user
  • p    to plan
  • diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 5813dd0a5fe..d701500fbd3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -80,6 +80,7 @@ inheritance=Inheritance key=Key language=Language library=Library +line_number=Line Number links=Links load_verb=Load login=Login