string rename
This commit is contained in:
@@ -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" />
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user