From b6aa0e19a6007bc8fd74ca5bf73c4d9cb1042997 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 16 Oct 2013 06:20:10 -0700 Subject: [PATCH] tweak text --- .../XWords4/src/org/eehouse/android/xw4/GamesList.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java index c5e51d23f..d2f161cf6 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -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 ) {