Change screen name from Android tutorials to GStreamer tutorials. It think this makes more sense once the tutorials are installed on the device.

This commit is contained in:
Xavi Artigas 2012-10-23 16:22:37 +02:00
parent 15a7f54fb0
commit ba19badffa
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Android tutorial 1</string> <string name="app_name">GStreamer tutorial 1</string>
</resources> </resources>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Android tutorial 2</string> <string name="app_name">GStreamer tutorial 2</string>
<string name="button_play">Play</string> <string name="button_play">Play</string>
<string name="button_stop">Stop</string> <string name="button_stop">Stop</string>
</resources> </resources>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Android tutorial 3</string> <string name="app_name">GStreamer tutorial 3</string>
<string name="button_play">Play</string> <string name="button_play">Play</string>
<string name="button_stop">Stop</string> <string name="button_stop">Stop</string>
</resources> </resources>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Android tutorial 5</string> <string name="app_name">GStreamer tutorial 5</string>
<string name="button_play">Play</string> <string name="button_play">Play</string>
<string name="button_stop">Stop</string> <string name="button_stop">Stop</string>
<string name="button_select">Select</string> <string name="button_select">Select</string>