File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ int mainMenu() {
4646 }
4747
4848 menu[7 ].count = 7 ;
49- menu[7 ].content = " Toggle fixed entries status (WIP) " ;
49+ menu[7 ].content = " Toggle fixed entries status" ;
5050
5151 menu[9 ].count = 9 ;
5252 menu[9 ].content = " Exit" ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ inline void clearScreen() {
2323inline void heading (std::string additional = " " ) {
2424 system (" cls" );
2525 cout << " ############################################################" << endl;
26- cout << " ## Bluecoins Import Tool v2.0-beta by KwongTN ###" << endl;
26+ cout << " ## Bluecoins Import Tool v2.1 by KwongTN ###" << endl;
2727 cout << " ############################################################" << endl << endl;
2828
2929 if (additional != " " ) {
You can’t perform that action at this time.
0 commit comments