diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-02-20 09:55:54 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-02-20 09:55:54 +0100 |
commit | 8143b2c18b7fa996b8ddc8e45db5372481408197 (patch) | |
tree | 31986ab6686a4e5df6d563420a30aaba4dac33aa /plugins/sonar-l10n-en-plugin | |
parent | dedb5f07a5a1ffa4c098a751d716ccebd2353a54 (diff) | |
download | sonarqube-8143b2c18b7fa996b8ddc8e45db5372481408197.tar.gz sonarqube-8143b2c18b7fa996b8ddc8e45db5372481408197.zip |
SONAR-3242 Add a "Reply" action on the last comment
+ always show the actions, in order to make it simpler to comment
reviews.
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index d6ae22140e9..5ba35c04574 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -423,6 +423,9 @@ reviews.resolved=Resolved reviews.resolved_submit=Resolved reviews.reopen=Reopen reviews.reopen_submit=Reopen +reviews.reply=Reply +reviews.edit=Edit +reviews.delete=Delete reviews.status.REOPENED=Reopened reviews.status.RESOLVED=Resolved reviews.status.OPEN=Open |