Merge pull request #5406 from MpDzik/pr/media-import-loc

MediaLibrary - Fix localization of Import button
This commit is contained in:
Sébastien Ros
2015-06-22 15:45:46 -07:00

View File

@@ -131,7 +131,7 @@
@Html.Hidden("folderPath", Model.FolderPath)
@Html.Hidden("document", Model.Content.ToString())
<br/>
<button type="submit">@("Import")</button>
<button type="submit">@T("Import")</button>
}
}