Skip to content

Commit

Permalink
Fix donors list
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Sep 7, 2023
1 parent d8187eb commit aa2b8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DonatorsList : MenuBarAction {

override fun onAction() {
val helpView = HelpView(translate("help.donators.title"))
val connection = HttpConnection("https://iamgio.altervista.org/chorus/donators.html")
val connection = HttpConnection("https://chorus.iamgio.eu/donors.html")
try {
connection.connect()
helpView.addText(translate("help.donators.text"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/lang/lang_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ help.donate.text=I worked so hard on this project, which you just downloaded for
help.donate.title=Donate
help.donate.url_text=Click here to donate
help.donators.text=Here you can see who has supported Chorus:
help.donators.title=Donators
help.donators.title=Donors
help.error=A connection issue occurred.
help.license.title=License
help.license.url_text=License on GitHub
Expand Down

0 comments on commit aa2b8df

Please sign in to comment.