Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #33 from DNNCommunity/bug/DNN-8731
Browse files Browse the repository at this point in the history
DNN-8731: specific the localize resource file path.
  • Loading branch information
Kan Ma authored Oct 12, 2017
2 parents 8dc0873 + 4dd28b2 commit 9c5e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void cmdSearch_Click(object sender, EventArgs e)
IEnumerable<string> files = foundinfiles as IList<string> ?? foundinfiles.ToList();
if (files.Any() == false)
{
lblfileresults.Text = Localization.GetString("NoFileResults");
lblfileresults.Text = Localization.GetString("NoFileResults", LocalResourceFile);
}
else
{
Expand Down

0 comments on commit 9c5e326

Please sign in to comment.