unique title for not-again dialogs

This commit is contained in:
Andy2 2010-10-26 19:28:22 -07:00
parent eb41e24c4e
commit 11c68797bf
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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 )