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:56:31 +0200 |
commit | 7c3c82974e3f1ffff2dd4d71f50b53f7cdc9de96 (patch) | |
tree | b424007315a2ae7728194a1e0b8ce9503706133e /program/js/tiny_mce/plugins/searchreplace/searchreplace.htm | |
parent | fcd3f571732f62719724782b81afdcc5eca562d0 (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>
|