sergiomb2 / pinball

The Emilia Pinball Project , last code available and 2 new tables
Other
12 stars 5 forks source link

Strings corrected #21

Closed zezinho42 closed 6 years ago

zezinho42 commented 6 years ago

Sorry for the mess, I don't know how to only pull request the po files...

I had to keep a 41 chars string, in french.

sergiomb2 commented 6 years ago

para corrigires o branch devel

git checkout -b sergiomb2-devel devel
git pull https://github.com/sergiomb2/pinball.git devel
git checkout devel
git reset sergiomb2-devel  --hard
git push --force

para corrigires o branch master

git checkout -b sergiomb2-master master
git pull https://github.com/sergiomb2/pinball.git master
git checkout master
git reset sergiomb2-master --hard
git push --force

os dois branches devem ficar even ! com os meus , há muito mais maneiras de o fazer ...

sergiomb2 commented 6 years ago

the commit was cherry-picked