Skip to content

Commit 72b1a16

Browse files
committed
Minor text changes.
1 parent 4aa19a1 commit 72b1a16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId = "net.kollnig.missioncontrol"
99
minSdkVersion 22
1010
targetSdkVersion 29
11-
versionCode 12
12-
versionName "v1.0-alpha11"
11+
versionCode 13
12+
versionName "v1.0-alpha12"
1313
archivesBaseName = "TrackerControl-$versionName" // name of apk
1414

1515
externalNativeBuild {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ Your internet traffic is not being sent to a remote VPN server.</string>
382382
<string name="menu_reset_monitoring">Reset monitoring</string>
383383
<string name="confirm_reset">DELETE your tracker history AND your tracker choices?</string>
384384
<string name="confirm_blocking_title">Block all trackers?</string>
385-
<string name="external_servers">Contact external servers?</string>
386-
<string name="confirm_google_info">Shall this app contact Google to retrieve the developer email of the app?</string>
385+
<string name="external_servers">Get developer email automatically?</string>
386+
<string name="confirm_google_info">This app can automatically get the email of the app developer from the Google Play Store for you.</string>
387387
<string name="no_external_servers">No permission given to retrieve policy from external server. Change in app settings.</string>
388388
<string name="blocking_apps">Block all trackers</string>
389389
<string name="blocking_trackers">Block all trackers</string>

0 commit comments

Comments
 (0)