You are viewing a single comment's thread from:

RE: Gridcoin TUI wallet v0.3 for linux

in #gridcoin7 years ago

Thanks! ^_^
You should encase some texts with " instead of ', because the ' breaks the strings. I mean change this:
T_TRANSACTIONS='Carnet d'adresses';
to this:
T_TRANSACTIONS="Carnet d'adresses";

I can't do it now, because I'm not home, but I can merge the requests from my phone :)

Thanks for participating!

Sort:  

It's done ;) Keep up the good work !