Fix wrong 1 and 2 strings

This commit is contained in:
misaochan 2016-11-29 19:04:16 +13:00
parent 5615226717
commit 640cd168ec
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxWidth="240dp" android:maxWidth="240dp"
android:text="@string/welcome_copyright_text" android:text="@string/tutorial_2_text"
android:layout_gravity="center" android:layout_gravity="center"
android:textStyle="bold" android:textStyle="bold"
android:textAlignment="center" android:textAlignment="center"

View file

@ -141,10 +141,10 @@
<string name="license_name_attribution">Attribution</string> <string name="license_name_attribution">Attribution</string>
<string name="license_name_gfdl">GNU Free Documentation License</string> <string name="license_name_gfdl">GNU Free Documentation License</string>
<string name="tutorial_1_text">Please upload pictures that are taken or created entirely by yourself. Examples:</string> <string name="tutorial_1_text">Wikimedia Commons hosts most of the images that are used in Wikipedia.</string>
<string name="tutorial_1_subtext">\u2022 Natural objects (flowers, animals, mountains) \u2022 Useful objects (bicycles, train stations) \u2022 Famous people (your mayor, Olympic athletes you met)</string> <string name="tutorial_1_subtext">Your images help educate people around the world!</string>
<string name="tutorial_2_text">Wikimedia Commons hosts most of the images that are used in Wikipedia.</string> <string name="tutorial_2_text">Please upload pictures that are taken or created entirely by yourself. Examples:</string>
<string name="tutorial_2_subtext">Your images help educate people around the world!</string> <string name="tutorial_2_subtext">\u2022 Natural objects (flowers, animals, mountains) \u2022 Useful objects (bicycles, train stations) \u2022 Famous people (your mayor, Olympic athletes you met)</string>
<string name="welcome_wikipedia_text">Contribute your images. Help Wikipedia articles come to life!</string> <string name="welcome_wikipedia_text">Contribute your images. Help Wikipedia articles come to life!</string>
<string name="welcome_wikipedia_subtext">Images on Wikipedia come from Wikimedia Commons.</string> <string name="welcome_wikipedia_subtext">Images on Wikipedia come from Wikimedia Commons.</string>