File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/com/henrykvdb/sttt/util Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ fun shareDialog(context: Context) {
81
81
i.type = " text/plain"
82
82
i.putExtra(Intent .EXTRA_SUBJECT , context.resources.getString(R .string.app_name_long))
83
83
i.putExtra(Intent .EXTRA_TEXT , context.getString(R .string.lets_play_together) + " " + context.getString(R .string.market_url))
84
- context.startActivity(Intent .createChooser(i, context.getString(R .string.choose_one )))
84
+ context.startActivity(Intent .createChooser(i, context.getString(R .string.share_with )))
85
85
}
86
86
87
87
@SuppressLint(" SetTextI18n" )
Original file line number Diff line number Diff line change 49
49
<string name =" host_bluetooth_game" >Host Bluetooth game</string >
50
50
<string name =" desync_message" >Games got desynchronized</string >
51
51
<string name =" joinable_devices" >Joinable devices</string >
52
- <string name =" new_ai_title" >Start a new ai game?</string >
52
+ <string name =" new_ai_title" >Start a new AI game?</string >
53
53
<string name =" new_local_title" >Start a new game?</string >
54
54
<string name =" starting_player" >Beginning player</string >
55
55
<string name =" enemy_turn" >The enemy is playing!</string >
67
67
<string name =" bt_game" >Bluetooth Game</string >
68
68
<string name =" human_game" >Human Game</string >
69
69
<string name =" connecting" >Connecting</string >
70
- <string name =" choose_one " >Choose one </string >
70
+ <string name =" share_with " >Share with </string >
71
71
<string name =" no_thanks" >No, thanks</string >
72
72
<string name =" you_lost" >You lost!</string >
73
73
<string name =" rate_app" >Rate app</string >
You can’t perform that action at this time.
0 commit comments