mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +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
|
if ( R.id.list_item_delete == menuID
|
||||||
|| R.id.list_item_config == menuID ) {
|
|| R.id.list_item_config == menuID ) {
|
||||||
showOKOnlyDialog( "This menu is going away soon. Please select games"
|
showOKOnlyDialog( "This menu item is going away soon. Please select"
|
||||||
+ " by tapping the left icons then use action bar"
|
+ " games by tapping the left icons then use"
|
||||||
+ " or the screen menu to operate on the selection.");
|
+ " action bar icons or the screen menu to operate"
|
||||||
|
+ " on the selection." );
|
||||||
} else {
|
} else {
|
||||||
if ( checkWarnNoDict( m_rowid ) ) {
|
if ( checkWarnNoDict( m_rowid ) ) {
|
||||||
switch ( menuID ) {
|
switch ( menuID ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue