Skip to content

Commit

Permalink
Fix strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored May 20, 2024
1 parent e25a2a6 commit 0d368f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<string name="translate">Translate</string>
<string name="dev">Developer</string>
<string name="oss_licenses">Open-source licenses</string>
<string name="apache2" translatable="false>Apache License 2.0</string>
<string name="gpl2_ce" translatable="false>GNU General Public License, version 2, with the Classpath Exception</string>
<string name="apache2" translatable="false" >Apache License 2.0</string>
<string name="gpl2_ce" translatable="false" >GNU General Public License, version 2, with the Classpath Exception</string>
<string name="mit" translatable="false>MIT License</string>
<string name="kotlin" translatable="false>Kotlin</string>
<string name="kotlin" translatable="false" >Kotlin</string>
<string name="java" translatable="false>Java</string>
<string name="circular_seekbar" translatable="false>CircularSeekBar</string>
<string name="circular_seekbar" translatable="false">CircularSeekBar</string>
<string name="md_icons">Material Design Icons</string>
<string name="feather_icons">Feather Icons</string>
<string name="android_jetpack" translatable="false>Android Jetpack</string>
<string name="android_jetpack" translatable="false">Android Jetpack</string>
<string name="no_app_can_handle">No app can handle this action.</string>
<string name="no_flashlight">No flashlight</string>
<string name="use_screen">Use screen</string>
Expand Down

0 comments on commit 0d368f8

Please sign in to comment.