-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5227 from IllianiCBT/addTransaction
Renamed "Add Funds" to "Add Transaction" for Clarity
- Loading branch information
Showing
3 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
label.text=Funds to add : | ||
btnAddFunds.actionCommand=AddFunds | ||
btnAddFunds.text=Add Funds | ||
fundsQuantityField.toolTipText=Quantity of funds to add to treasury. Negative amounts remove money. | ||
btnAddFunds.text=Add Transaction | ||
fundsQuantityField.toolTipText=Quantity of funds to add to the treasury. Negative amounts remove money. | ||
fundsQuantityField.text=0 | ||
Form.title=Add Funds | ||
Form.title=Add Transaction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters