Skip to content

Commit

Permalink
change french leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Jun 27, 2010
1 parent 7e7ec47 commit d3ed024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/display/display.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Display::changeFullscreen()
if ( ! tmp ) if ( ! tmp )
{ {
bherr << SDL_GetError() << bhendl; bherr << SDL_GetError() << bhendl;
throw exceptions::display::NoSDLException("Impossible de passer en 640x480 en 16 bpp"); throw exceptions::display::NoSDLException("Cannot go to 640x480 with 16 bpp");
} }
else else
{ {
Expand Down Expand Up @@ -536,7 +536,7 @@ Display::updateScores(bool final)
if ( ! font ) if ( ! font )
{ {
bherr << TTF_GetError() << bhendl; bherr << TTF_GetError() << bhendl;
throw exceptions::display::NoSDLException("Impossible d'ouvrir la police"); throw exceptions::display::NoSDLException("Cannot open font");
} }




Expand Down

0 comments on commit d3ed024

Please sign in to comment.