mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
put back missing string for game config dialog
This commit is contained in:
parent
975c37ddae
commit
5568f00dd8
4 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue