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

Change "Clear All Items" to "Remove Selected Items" on CC Tab List #5067

Merged
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
4 changes: 2 additions & 2 deletions MekHQ/resources/mekhq/resources/GUI.properties
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ addMinimumComplementGreen.text=Green
addMinimumComplementUltraGreen.text=Ultra Green

#### ProcurementTableMouseAdapter Class
miClearItems.text=Clear All Items
miClearItems.toolTipText=This immediately removes all selected items from the procurement list, as well as any items currently showing as zero left to acquire.
miClearItems.text=Remove Selected Items
miClearItems.toolTipText=This immediately removes all selected items from the procurement list.
miProcureSingleItemImmediately.text=Procure a Single Item Immediately
miProcureSingleItemImmediately.toolTipText=This immediately attempts to procure an item for each selected row as if an administrator had successfully rolled to acquire the item.
miAddSingleItemImmediately.text=Add a Single Item Immediately
Expand Down