Skip to content

Commit

Permalink
"No results found." --> "Nothing found"
Browse files Browse the repository at this point in the history
Closes signalapp#5814

// FREEBIE
  • Loading branch information
RiseT authored and moxie0 committed Nov 12, 2016
1 parent 5d1cfb5 commit 2d104d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/layout/giphy_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:indeterminate="true"/>

<TextView android:id="@+id/no_results"
android:text="@string/giphy_fragment__no_results_found"
android:text="@string/giphy_fragment__nothing_found"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
<string name="giphy_activity_toolbar__search_gifs_and_stickers">Search GIFs and stickers</string>

<!-- giphy_fragment -->
<string name="giphy_fragment__no_results_found">No results found.</string>
<string name="giphy_fragment__nothing_found">Nothing found</string>


<!-- log_submit_activity -->
Expand Down

0 comments on commit 2d104d3

Please sign in to comment.