From 06cfa32115a47b705dbc3d491d187080486c82de Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 19 Jan 2005 15:04:17 +0000 Subject: [PATCH] new user-visible strings for delete confirmation --- symbian/group/xwords.rss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/symbian/group/xwords.rss b/symbian/group/xwords.rss index eae95a672..a2ecbf1d7 100644 --- a/symbian/group/xwords.rss +++ b/symbian/group/xwords.rss @@ -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 |