Update strings.xml

The application name in my launcher has one too many zeroes. I believe this change should fix that.
This commit is contained in:
7MXek 2023-10-10 13:20:12 -04:00 committed by GitHub
parent ca4bfc4c9f
commit c8ec2ede42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<resources>
<!-- App name part -->
<string name="app_name">2009Scape</string>
<string name="app_short_name">20009Scape</string>
<string name="app_short_name">2009Scape</string>
<string name="app_motd">Launch 2009Scape on your device!</string>
<!-- Action bar part -->