git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@194 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-08-05 00:32:32 +00:00
parent 8d45bb5923
commit baec692132
11 changed files with 118 additions and 68 deletions

View file

@ -56,7 +56,7 @@ BBCode.prototype = {
this.insertAtCursor('[quote]' + sel + '[/quote]\n');
}
else {
alert('Please select text.');
alert('Вы не выбрали текст');
}
return false;
},