Skip to content

Commit 90dc479

Browse files
committed
Fix typo
1 parent 319144f commit 90dc479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ru.nikita.adb"
88
minSdkVersion 14
99
targetSdkVersion 14
10-
versionCode 2
11-
versionName "1.1"
10+
versionCode 3
11+
versionName "1.2"
1212
}
1313
buildTypes {
1414
release {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<string name="reboot_sideload_auto_reboot">Sideload (Автоматическая перезагрузка)</string>
3636
<string name="rom_choose">Выбор образа</string>
3737
<string name="boot">Загрузить образ</string>
38-
<string name="flash">Пришивка</string>
38+
<string name="flash">Прошивка</string>
3939
<string name="erase">Очистка раздела</string>
4040
<string name="partition">Раздел</string>
4141
<string name="flashing">Загрузчик</string>

0 commit comments

Comments
 (0)