Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PKGS-1466] 232 Refine upgrade message text in packageSearchBundle.properties (#185) #188

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading