diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2024-09-06 11:44:06 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-11 20:03:48 +0000 |
commit | 695c1260eb8442d021865258de4c50b58abd9273 (patch) | |
tree | 5d596e1a7f810c36ed935189496b47f45b7abc5a /sonar-core | |
parent | b2eb04cb77ed01b928695b4f100cebe18cfb0170 (diff) | |
download | sonarqube-695c1260eb8442d021865258de4c50b58abd9273.tar.gz sonarqube-695c1260eb8442d021865258de4c50b58abd9273.zip |
CODEFIX-15 Add view fix in ide button
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 11 insertions, 0 deletions
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 ce345ecd8f4..8c12f3c2dd3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -367,6 +367,17 @@ work_duration.about=~ {0} #------------------------------------------------------------------------------ # +# Open Fix in ide +# +#------------------------------------------------------------------------------ +view_fix_in_ide=View fix in IDE +fix_in_ide.report_success=Success. Switch to your IDE to see the fix. +fix_in_ide.report_error=Unable to open the fix in the IDE. +unable_to_find_ide_with_fix.error=Unable to find IDE with capabilities to show fix suggestions + + +#------------------------------------------------------------------------------ +# # DAY PICKER # #------------------------------------------------------------------------------ |