put back missing string for game config dialog

This commit is contained in:
Eric House 2014-06-18 20:51:00 -07:00
parent 975c37ddae
commit 5568f00dd8
4 changed files with 15 additions and 2 deletions

View file

@ -177,6 +177,11 @@
<!-- window title -->
<string name="title_dicts_list">Installed Crosswords Wordlists</string>
<string name="title_remote_dicts">Available Crosswords Wordlists</string>
<!-- text of item at bottom of dicts choice spinner. It
launches the browser pointed at the site where additional
wordlists can be found. -->
<string name="download_dicts">Download more…</string>
<!-- One of the strings used in the right column of the list of
installed wordlists to describe those that are part of

View file

@ -154,6 +154,10 @@
<!-- window title -->
<string name="title_dicts_list">Dellatsni Sdrowssorc Stsildrow</string>
<string name="title_remote_dicts">Elbaliava Sdrowssorc Stsildrow</string>
<!-- text of item at bottom of dicts choice spinner. It
launches the browser pointed at the site where additional
wordlists can be found. -->
<string name="download_dicts">Daolnwod erom…</string>
<!-- One of the strings used in the right column of the list of
installed wordlists to describe those that are part of
Crosswords and that cannot be uninstalled or moved.

View file

@ -154,6 +154,10 @@
<!-- window title -->
<string name="title_dicts_list">INSTALLED CROSSWORDS WORDLISTS</string>
<string name="title_remote_dicts">AVAILABLE CROSSWORDS WORDLISTS</string>
<!-- text of item at bottom of dicts choice spinner. It
launches the browser pointed at the site where additional
wordlists can be found. -->
<string name="download_dicts">DOWNLOAD MORE…</string>
<!-- One of the strings used in the right column of the list of
installed wordlists to describe those that are part of
Crosswords and that cannot be uninstalled or moved.

View file

@ -391,8 +391,8 @@ public class GameConfigDelegate extends DelegateBase
// sdk_int = Integer.decode( android.os.Build.VERSION.SDK );
// } catch ( Exception ex ) {}
// m_canDoSMS = sdk_int >= android.os.Build.VERSION_CODES.DONUT;
// m_browseText = getString( R.string.download_dicts );
// DictLangCache.setLast( m_browseText );
m_browseText = getString( R.string.download_dicts );
DictLangCache.setLast( m_browseText );
m_cp = CommonPrefs.get( m_activity );