mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
Extensions/paster.sex: Fix grammar.
This commit is contained in:
parent
fc32443860
commit
18968899ba
@ -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 + '}'
|
||||
|
Loading…
Reference in New Issue
Block a user