mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
tweak text
This commit is contained in:
parent
dab8ba88e5
commit
b6aa0e19a6
1 changed files with 4 additions and 3 deletions
|
@ -786,9 +786,10 @@ public class GamesList extends XWExpandableListActivity
|
|||
|
||||
if ( R.id.list_item_delete == menuID
|
||||
|| R.id.list_item_config == menuID ) {
|
||||
showOKOnlyDialog( "This menu is going away soon. Please select games"
|
||||
+ " by tapping the left icons then use action bar"
|
||||
+ " or the screen menu to operate on the selection.");
|
||||
showOKOnlyDialog( "This menu item is going away soon. Please select"
|
||||
+ " games by tapping the left icons then use"
|
||||
+ " action bar icons or the screen menu to operate"
|
||||
+ " on the selection." );
|
||||
} else {
|
||||
if ( checkWarnNoDict( m_rowid ) ) {
|
||||
switch ( menuID ) {
|
||||
|
|
Loading…
Reference in a new issue