diff options
author | belugas <belugas@openttd.org> | 2009-07-29 14:33:32 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2009-07-29 14:33:32 +0000 |
commit | 57dd3a7ad9b78d2a5fe903cd7d856ff4ad41d78e (patch) | |
tree | df43b8a13dcdda233b24c4c63d674801c48ba084 | |
parent | bc1e027d16bfa8d1b17f5345dae5188d52433e8f (diff) | |
download | openttd-57dd3a7ad9b78d2a5fe903cd7d856ff4ad41d78e.tar.xz |
(svn r16979) -Codechange[FS#3066]: Add notion of Ctrl_Click in the tooltip for Loan borrow/repay buttons (planetmaker)
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 245122bf0..fedd88140 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2176,8 +2176,8 @@ STR_COMPANY_VIEW_NEW_FACE_TOOLTIP :{BLACK}Select n STR_COMPANY_VIEW_COLOUR_SCHEME_TOOLTIP :{BLACK}Change the company vehicle livery STR_COMPANY_VIEW_PRESIDENT_NAME_TOOLTIP :{BLACK}Change the manager's name STR_COMPANY_VIEW_COMPANY_NAME_TOOLTIP :{BLACK}Change the company name -STR_FINANCES_BORROW_TOOLTIP :{BLACK}Increase size of loan -STR_FINANCES_REPAY_TOOLTIP :{BLACK}Repay part of loan +STR_FINANCES_BORROW_TOOLTIP :{BLACK}Increase size of loan. Ctrl+Click borrows as much as possible +STR_FINANCES_REPAY_TOOLTIP :{BLACK}Repay part of loan. Ctrl+Click repays as much loan as possible STR_COMPANY_VIEW_PRESIDENT_MANAGER_TITLE :{WHITE}{PRESIDENTNAME}{}{GOLD}(Manager) STR_COMPANY_VIEW_INAUGURATED_TITLE :{GOLD}Inaugurated: {WHITE}{NUM} STR_COMPANY_VIEW_VEHICLES_TITLE :{GOLD}Vehicles: |