mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
feature request: show toast after writing to DB so user knows
something was done
This commit is contained in:
parent
11849d6430
commit
6bfb20d2f0
3 changed files with 5 additions and 1 deletions
|
@ -2461,5 +2461,5 @@
|
|||
|
||||
<string name="checking_title">Checking</string>
|
||||
<string name="checking_for_fmt">Checking for wordlists in %1$s…</string>
|
||||
|
||||
<string name="db_store_done">SD card write complete.</string>
|
||||
</resources>
|
||||
|
|
|
@ -3441,4 +3441,7 @@ pour la langue</string>
|
|||
<string name="checking_title">Recherche</string>
|
||||
<!--<string name="checking_for_fmt">Checking for wordlists in %1$s…</string>-->
|
||||
<string name="checking_for_fmt">Recherche de listes de mots en %1$s…</string>
|
||||
<!-- <string name="db_store_done">SD card write complete.</string> -->
|
||||
<string name="db_store_done">Écriture sur la carte SD finie.</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -1452,6 +1452,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
break;
|
||||
case R.id.games_menu_storedb:
|
||||
DBUtils.saveDB( m_activity );
|
||||
showToast( R.string.db_store_done );
|
||||
break;
|
||||
|
||||
// Game menus: one or more games selected
|
||||
|
|
Loading…
Add table
Reference in a new issue