Extensions/paster.sex: Fix grammar.

This commit is contained in:
Merlijn Wajer 2010-10-16 14:21:49 +02:00
parent fc32443860
commit 18968899ba
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ var
begin
if (HOST = '') then
HOST := HOSTDef;
if (InputQuery(GetName + ' ' + GetVersion + ' Extension', 'Which ID would you like too grab?', Data)) then
if (InputQuery(GetName + ' ' + GetVersion + ' Extension', 'Which ID would you like to grab?', Data)) then
begin
if IntToStr(StrToInt(Data)) = Data then
Data := '{"paste_id": ' + Data + '}'