Browse Source

change name of app to Pal instead of SDLPal, as the name SDLPal was banned by Google for stupid reasons.

Wei Mingzhi 7 years ago
parent
commit
a482ba01fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android/app/src/main/res/values/strings.xml

+ 1 - 1
android/app/src/main/res/values/strings.xml

@@ -1,5 +1,5 @@
 <resources>
-    <string name="app_name" translatable="false">SDLPal</string>
+    <string name="app_name" translatable="false">Pal</string>
     <string name="label_folder">Game resource folder:</string>
     <string name="action_browse">Browse</string>
     <string name="title_settings">Settings</string>