From 159464a24086c961458c5c5be56cb6fdd4d13144 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 9 Dec 2022 00:14:43 +0100 Subject: [PATCH] #683 - fixed localization --- .../src/main/resources/languages/hints_en.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BudgetMasterServer/src/main/resources/languages/hints_en.properties b/BudgetMasterServer/src/main/resources/languages/hints_en.properties index fdf7b4400..62c1b02d3 100644 --- a/BudgetMasterServer/src/main/resources/languages/hints_en.properties +++ b/BudgetMasterServer/src/main/resources/languages/hints_en.properties @@ -9,5 +9,5 @@ hint.template.sort.groups=Hint: You can move templates to a group by drag&drop hint.transaction.save=Hint: Use Ctrl+Enter to save the transaction hint.globalDatePicker.hotkeys=Hint: Have a look at the hotkeys for month selection hint.icon.upload.image.size=Hint: Square images will be best choice -hint.globalAccountSelect.hotkeys=Hinz: Accounts can also be selected using the keyboard based on the displayed numbers. -hint.charts.click=Hint: In many charts the related transaction for an area can be displayed by using Shift + mouse click. +hint.globalAccountSelect.hotkeys=Hint: Accounts can also be selected using the keyboard based on the displayed numbers. +hint.charts.click=Hint: In many charts the related transactions for an area can be displayed by using Shift + mouse click. -- GitLab