mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix typo
This commit is contained in:
@@ -54,8 +54,8 @@ msgid "Thanks for donating!"
|
||||
msgstr "Thanks for donating!"
|
||||
|
||||
#. About dialog
|
||||
msgid "Not a valid donators email address"
|
||||
msgstr "Not a valid donators email address"
|
||||
msgid "Not a valid donor email address"
|
||||
msgstr "Not a valid donor email address"
|
||||
|
||||
#. About dialog
|
||||
msgid "Could not check donation state."
|
||||
|
||||
@@ -81,7 +81,7 @@ begin
|
||||
nbUnset:
|
||||
MessageDialog(_('Could not check donation state.'), mtWarning, [mbOK]);
|
||||
nbFalse:
|
||||
ErrorDialog(_('Not a valid donators email address'));
|
||||
ErrorDialog(_('Not a valid donor email address'));
|
||||
nbTrue:
|
||||
MessageDialog(_('Thanks for donating!'), mtInformation, [mbOK]);
|
||||
end;
|
||||
|
||||
@@ -12052,8 +12052,8 @@ begin
|
||||
// Check heidisql.com/hasdonated.php?email=...
|
||||
// HasDonatedDatabaseCheck
|
||||
// = 0 : No check yet done
|
||||
// = 1 : Not a donator
|
||||
// = 2 : Valid donator
|
||||
// = 1 : Not a donor
|
||||
// = 2 : Valid donor
|
||||
rx := TRegExpr.Create;
|
||||
CheckWebpage := THttpDownload.Create(MainForm);
|
||||
CheckWebpage.URL := APPDOMAIN + 'hasdonated.php?email='+EncodeURLParam(Email);
|
||||
|
||||
Reference in New Issue
Block a user