mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-17 23:05:00 -05:00
Extensions/paster.sex: Fix grammar.
This commit is contained in:
parent
fc32443860
commit
18968899ba
@ -63,7 +63,7 @@ var
|
|||||||
begin
|
begin
|
||||||
if (HOST = '') then
|
if (HOST = '') then
|
||||||
HOST := HOSTDef;
|
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
|
begin
|
||||||
if IntToStr(StrToInt(Data)) = Data then
|
if IntToStr(StrToInt(Data)) = Data then
|
||||||
Data := '{"paste_id": ' + Data + '}'
|
Data := '{"paste_id": ' + Data + '}'
|
||||||
|
Loading…
Reference in New Issue
Block a user