This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Added 'no results' and '1 result' to search dialog#4853
Merged
peterflynn merged 3 commits intoadobe:masterfrom Aug 21, 2013
Merged
Added 'no results' and '1 result' to search dialog#4853peterflynn merged 3 commits intoadobe:masterfrom
peterflynn merged 3 commits intoadobe:masterfrom
Conversation
Member
There was a problem hiding this comment.
Indentation is wrong here. Make sure you're using spaces everywhere and not tab characters.
Member
|
@cornedor Looks good except for that one formatting glitch |
Contributor
There was a problem hiding this comment.
We don't really need to use StringUtils.format on this 2 if.
Member
There was a problem hiding this comment.
Good catch @TomMalbran! Sorry I missed that in the original review...
Author
|
Must have missed the tab button, also removed the useless StringUtils.format. |
Member
|
Good to go now -- thanks! |
peterflynn
added a commit
that referenced
this pull request
Aug 21, 2013
Add 'no results' and '1 result' strings for Find bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed #4784. A "No results" message will appear when there are no results and a "1 result" message when there is only 1 result.