string rename

This commit is contained in:
danijoo
2015-11-01 14:05:59 +01:00
parent 6d7427e50b
commit 8ea8a27d74
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
<TextView <TextView
android:visibility="gone" android:visibility="gone"
android:text="@string/movie_details_no_movies_found" android:text="@string/details_no_movies_found"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />

View File

@@ -8,6 +8,6 @@
<string name="list_action_popular">Popular movies</string> <string name="list_action_popular">Popular movies</string>
<string name="list_action_rating">Highest av. rating</string> <string name="list_action_rating">Highest av. rating</string>
<string name="list_action_favorites">Favorites</string> <string name="list_action_favorites">Favorites</string>
<string name="movie_details_no_movies_found">No videos found.</string> <string name="details_no_movies_found">No videos found.</string>
<string name="details_frag_placeholder_text">Please select a movie</string> <string name="details_frag_placeholder_text">Please select a movie</string>
</resources> </resources>