mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
move string into resources
This commit is contained in:
parent
ee859a6c6a
commit
dcc9cd553c
2 changed files with 3 additions and 2 deletions
|
@ -382,7 +382,7 @@ public class BoardDelegate extends DelegateBase
|
|||
case GET_DEVID:
|
||||
final EditText et = (EditText)inflate( R.layout.edittext );
|
||||
dialog = ab
|
||||
.setTitle("paste mqtt dev id")
|
||||
.setTitle( R.string.title_pasteDevid )
|
||||
.setView( et )
|
||||
.setNegativeButton( android.R.string.cancel, null )
|
||||
.setPositiveButton( android.R.string.ok,
|
||||
|
|
|
@ -2219,7 +2219,8 @@
|
|||
<string name="mqtt_qos">MQTT QOS</string>
|
||||
<string name="name_dict_fmt">%1$s/%2$s</string>
|
||||
<string name="gamel_menu_writegit">Copy git info to clipboard</string>
|
||||
<!-- Debug builds only -->
|
||||
<!-- Debug builds only -->
|
||||
<string name="title_pasteDevid">Invitee’s MQTT devID</string>
|
||||
<string name="games_menu_copyDevid">Copy MQTT devID</string>
|
||||
<string name="enable_pending_count_title">Show Pending messages</string>
|
||||
<string name="enable_pending_count_summary">Show number not yet acknowledged</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue