new user-visible strings for delete confirmation

This commit is contained in:
ehouse 2005-01-19 15:04:17 +00:00
parent 033a906d3e
commit 06cfa32115

View file

@ -230,6 +230,20 @@ RESOURCE TBUF32 r_alert_feature_pending {
buf = "Feature not yet implemented.";
}
RESOURCE TBUF64 r_alert_no_delete_open_game {
buf = "You can't delete the current game.";
}
RESOURCE TBUF64 r_confirm_trade {
buf = "Are you sure you want to use your turn trading tiles?";
}
RESOURCE TBUF64 r_confirm_delgame {
buf = "Are you sure you want delete the selected game?";
}
#define XW_EFLAGS EEikEdwinNoAutoSelection | EEikEdwinReadOnly | EEikEdwinResizable
// EEikEdwinDisplayOnly |