Incorrect button display in iphone's native alert

While trying to implement a native alert I noticed that it works correctly on the Corona Simulator but the buttons are inverted when run on the device. If for example you create a native alert with 2 buttons, the first one is supposed to be the default (right side and highlighted) and the second one is a regular button (left side no highlight), however on the device the default button is displayed on the left side with no highlighting and the other one on the right with highlighting. The event actions assigned to each button work fine, it’s just a problem with the layout. I have only tested this on an iPhone 4 with Corona SDK Game Edition (v2010.109) since it’s the only device I have available right now.

Example:

Simulator:

Game Over
Would you like to retry?
Cancel (Retry)

Device:

Game Over
Would you like to retry?
Retry (Cancel)

I’m fairly new to Corona, I’m porting a game I made with GS and so far it has been a pleasant experience.

Thanks.
[import]uid: 10048 topic_id: 3765 reply_id: 303765[/import]