mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-02 06:16:49 -04:00
Add a proper Hello World message.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:id="@+id/action_alert_settings"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_settings"/>
|
||||
android:title="@string/action_alert_settings"/>
|
||||
|
||||
</menu>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<resources>
|
||||
|
||||
<string name="app_name">UNCCGameDay</string>
|
||||
<string name="action_settings">Settings</string>
|
||||
<string name="hello_world">Hello world!</string>
|
||||
<string name="action_alert_settings">Alert Settings</string>
|
||||
<string name="hello_world">Welcome to UNCC GameDay!</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user