mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
new user-visible strings for delete confirmation
This commit is contained in:
parent
033a906d3e
commit
06cfa32115
1 changed files with 14 additions and 0 deletions
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue