Skip to content

Commit 5f34467

Browse files
committed
Changed a few strings
1 parent 3846257 commit 5f34467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/com/henrykvdb/sttt/util/DialogUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fun shareDialog(context: Context) {
8181
i.type = "text/plain"
8282
i.putExtra(Intent.EXTRA_SUBJECT, context.resources.getString(R.string.app_name_long))
8383
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)))
8585
}
8686

8787
@SuppressLint("SetTextI18n")

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<string name="host_bluetooth_game">Host Bluetooth game</string>
5050
<string name="desync_message">Games got desynchronized</string>
5151
<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>
5353
<string name="new_local_title">Start a new game?</string>
5454
<string name="starting_player">Beginning player</string>
5555
<string name="enemy_turn">The enemy is playing!</string>
@@ -67,7 +67,7 @@
6767
<string name="bt_game">Bluetooth Game</string>
6868
<string name="human_game">Human Game</string>
6969
<string name="connecting">Connecting</string>
70-
<string name="choose_one">Choose one</string>
70+
<string name="share_with">Share with</string>
7171
<string name="no_thanks">No, thanks</string>
7272
<string name="you_lost">You lost!</string>
7373
<string name="rate_app">Rate app</string>

0 commit comments

Comments
 (0)