mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
fix name/rename group dialog title
This commit is contained in:
parent
498ca99020
commit
e58e520f70
2 changed files with 3 additions and 3 deletions
|
@ -2146,7 +2146,7 @@
|
||||||
which will also be deleted.)</string>
|
which will also be deleted.)</string>
|
||||||
|
|
||||||
<string name="rename_group_label">Change the name of this group to:</string>
|
<string name="rename_group_label">Change the name of this group to:</string>
|
||||||
<string name="game_rename_group_title">Rename group</string>
|
<string name="game_name_group_title">Name group</string>
|
||||||
|
|
||||||
<string name="cannot_delete_default_group">The group for new games
|
<string name="cannot_delete_default_group">The group for new games
|
||||||
cannot be deleted."</string>
|
cannot be deleted."</string>
|
||||||
|
|
|
@ -222,7 +222,7 @@ public class GamesList extends XWExpandableListActivity
|
||||||
};
|
};
|
||||||
dialog = buildNamerDlg( m_adapter.groupName( m_groupid ),
|
dialog = buildNamerDlg( m_adapter.groupName( m_groupid ),
|
||||||
R.string.rename_group_label,
|
R.string.rename_group_label,
|
||||||
R.string.game_rename_group_title,
|
R.string.game_name_group_title,
|
||||||
lstnr, RENAME_GROUP );
|
lstnr, RENAME_GROUP );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ public class GamesList extends XWExpandableListActivity
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
dialog = buildNamerDlg( "", R.string.newgroup_label,
|
dialog = buildNamerDlg( "", R.string.newgroup_label,
|
||||||
R.string.game_rename_title,
|
R.string.game_name_group_title,
|
||||||
lstnr, RENAME_GROUP );
|
lstnr, RENAME_GROUP );
|
||||||
Utils.setRemoveOnDismiss( this, dialog, id );
|
Utils.setRemoveOnDismiss( this, dialog, id );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue