mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
unique title for not-again dialogs
This commit is contained in:
parent
eb41e24c4e
commit
11c68797bf
2 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
|||
|
||||
<string name="error_title">Error</string>
|
||||
<string name="info_title">FYI...</string>
|
||||
<string name="newbie_title">New user info</string>
|
||||
<string name="error_message">Error loading game</string>
|
||||
<string name="query_title">A question...</string>
|
||||
<string name="query_trade">Are you sure you want to exchange the selected tiles?</string>
|
||||
|
|
|
@ -193,7 +193,7 @@ public class DlgDelegate {
|
|||
};
|
||||
|
||||
return new AlertDialog.Builder( m_activity )
|
||||
.setTitle( R.string.info_title )
|
||||
.setTitle( R.string.newbie_title )
|
||||
.setMessage( m_msgID )
|
||||
.setPositiveButton( R.string.button_ok, lstnr_p )
|
||||
.setNegativeButton( R.string.button_notagain, lstnr_n )
|
||||
|
|
Loading…
Reference in a new issue