Skip to content

Commit 8b3e5f4

Browse files
committed
Added updated 'install watch app' polish text
1 parent 87c438b commit 8b3e5f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="uk.org.openseizuredetector"
5-
android:versionCode="87"
6-
android:versionName="3.6.2">
5+
android:versionCode="88"
6+
android:versionName="3.6.3a">
77
<!-- android:allowBackup="false" -->
88
<uses-permission android:name="android.permission.BLUETOOTH" />
99
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<string name="BasicPrefSummary">Ustawienia podstawowe</string>
114114
<string name="accept_alarm">Zaakceptuj alarm</string>
115115
<string name="start_stop_server">Włącz/wyłącz serwer</string>
116-
<string name="install_watch_app">Zainstaluj apkę na zegarek</string>
116+
<string name="install_watch_app">Pobierz apkę na zegarek</string>
117117
<string name="test_alarm_beep">Test alarmu dźwiękowego</string>
118118
<string name="test_warning_beep">Test dźwięku ostrzeżeń</string>
119119
<string name="test_sms_alarm_notification">Wyślij próbny alarm SMS</string>

0 commit comments

Comments
 (0)