use same string for both download menuitems

Mistake was putting "download more languages" at the bottom of list of
wordlists in one language. Having separate strings is a bigger change,
and in context just "Download more" works in both cases. Change name of
string so translators will notice.
This commit is contained in:
Eric House 2017-08-14 07:18:16 -07:00
parent eb34294679
commit f795ae6de6
2 changed files with 2 additions and 3 deletions

View file

@ -453,7 +453,7 @@ public class GameConfigDelegate extends DelegateBase
{ {
getBundledData( savedInstanceState ); getBundledData( savedInstanceState );
m_browseText = getString( R.string.download_dicts ); m_browseText = getString( R.string.download_more );
DictLangCache.setLast( m_browseText ); DictLangCache.setLast( m_browseText );
m_cp = CommonPrefs.get( m_activity ); m_cp = CommonPrefs.get( m_activity );

View file

@ -192,8 +192,7 @@
<!-- text of item at bottom of dicts choice spinner. It <!-- text of item at bottom of dicts choice spinner. It
launches the browser pointed at the site where additional launches the browser pointed at the site where additional
wordlists can be found. --> wordlists can be found. -->
<string name="download_dicts">Download more languages…</string> <string name="download_more">Download more…</string>
<!-- One of the strings used in the right column of the list of <!-- One of the strings used in the right column of the list of
installed wordlists to describe those that are part of installed wordlists to describe those that are part of