Skip to content

Commit

Permalink
Change 'add ons' to 'add-ons'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober authored and lmoureaux committed Jan 15, 2024
1 parent 63432e5 commit 5360066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/page_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ page_main::page_main(QWidget *parent, fc_client *gui) : QWidget(parent)
ui.bload->setText(_("Load saved game"));
ui.bconnect->setText(_("Connect to network game"));
ui.bquit->setText(_("Quit"));
ui.baddon->setText(_("Add Ons"));
ui.baddon->setText(_("Add-Ons"));

connect(ui.btut, &QAbstractButton::clicked, gui,
&fc_client::start_tutorial);
Expand Down

0 comments on commit 5360066

Please sign in to comment.