Skip to content

Commit a2c3a60

Browse files
committed
refactor: solve lint problems
1 parent 190fcc6 commit a2c3a60

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A GUI application for Android <code>sysctl</code> to edit kernel variables
2828
- Reapply parameters at startup
2929
- Mark parameters as favorite for easy access
3030

31-
## Techlologies
31+
## Technologies
3232

3333
- MVVM for user params
3434
- [Jetpack Data Binding](https://developer.android.com/topic/libraries/data-binding)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,8 @@
100100
<string name="export_success_message">Parameter wurden erfolgreich exportiert</string>
101101
<string name="export_options_sum">Kernel Parameter importieren, exportieren oder ein Backup erstellen</string>
102102
<string name="please_wait">Bitte warten, dies kann eine Weile dauern…</string>
103+
<string name="browse">Browse</string>
104+
<string name="export">Export</string>
105+
<string name="param_list">Param list</string>
106+
<string name="try_again">Try again</string>
103107
</resources>

app/src/main/res/values-pt-rBR/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@
103103
<string name="browse">Nevegar</string>
104104
<string name="export">Exportar</string>
105105
<string name="param_list">Lista de parâmetros</string>
106+
<string name="try_again">Tentar novamente</string>
106107
</resources>

local.properties

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## This file is automatically generated by Android Studio.
2-
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3-
#
4-
# This file should *NOT* be checked into Version Control Systems,
1+
## This file must *NOT* be checked into Version Control Systems,
52
# as it contains information specific to your local configuration.
63
#
74
# Location of the SDK. This is only used by Gradle.
85
# For customization when using a Version Control System, please read the
96
# header note.
10-
sdk.dir=C\:\\Users\\mobills\\AppData\\Local\\Android\\Sdk
7+
#Mon Apr 10 13:24:18 BRT 2023
8+
sdk.dir=C\:\\Users\\lenno\\AppData\\Local\\Android\\Sdk

0 commit comments

Comments
 (0)