Skip to content

Commit

Permalink
[PKGS-1466] Refine upgrade message text in packageSearchBundle.proper…
Browse files Browse the repository at this point in the history
…ties (#185) (#187)

Updated the descriptive text for 'packagesearch.quickfix.upgrade.action' in packageSearchBundle.properties file. The text now includes the phrase 'to latest version' for more clarity. The change is aimed to improve the user's understanding of the upgrade action the quick fix performs.

(cherry picked from commit 469388f)
  • Loading branch information
fscarponi authored Jun 21, 2024
1 parent 64a0e8b commit c728b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ packagesearch.quickfix.packagesearch.action.da.description.withParam=Opens the D
packagesearch.quickfix.packagesearch.action.da.description=Opens the Dependency Analyzer tab and highlights the selected dependency in the Dependency view. If needed, you will disambiguate the module with a popup.
packagesearch.quickfix.packagesearch.action.da.selectModule=Select module for ''{0}'':
packagesearch.quickfix.packagesearch.family=Package Search
packagesearch.quickfix.upgrade.action=Upgrade ''{0}'' to version ''{1}''
packagesearch.quickfix.upgrade.action=Upgrade ''{0}'' to latest version ''{1}''
packagesearch.quickfix.upgrade.exclude.action=Don''t check for ''{0}'' updates
packagesearch.quickfix.upgrade.exclude.action.maven.group=Don''t check for group ''{0}''
packagesearch.quickfix.upgrade.exclude.family=Skip dependency upgrade
Expand Down

0 comments on commit c728b4e

Please sign in to comment.