aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2024-09-06 11:44:06 +0200
committersonartech <sonartech@sonarsource.com>2024-09-11 20:03:48 +0000
commit695c1260eb8442d021865258de4c50b58abd9273 (patch)
tree5d596e1a7f810c36ed935189496b47f45b7abc5a /sonar-core
parentb2eb04cb77ed01b928695b4f100cebe18cfb0170 (diff)
downloadsonarqube-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.properties11
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
#
#------------------------------------------------------------------------------