diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-01 08:56:31 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-01 08:59:01 +0200 |
commit | 3a6ca5b68d090b3637cb925a4442f5990327a2b3 (patch) | |
tree | 554fd6d8ded99d36dd2201bf0ed3fdb775928f6a /program/js/tiny_mce/plugins/searchreplace/searchreplace.htm | |
parent | a15c0aa218fabd2de93e962dc7c697c4bf7ce72f (diff) |
Update to TinyMCE 3.5.2
Diffstat (limited to 'program/js/tiny_mce/plugins/searchreplace/searchreplace.htm')
-rw-r--r-- | program/js/tiny_mce/plugins/searchreplace/searchreplace.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm b/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm index 5a22d8aa4..2443a9184 100644 --- a/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm +++ b/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm @@ -93,7 +93,7 @@ <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
<input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
<input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
- <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
+ <input type="button" id="cancel" name="close" value="{#close}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
|