mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-30 03:15:38 -05:00
fix typos in "successfully"
This commit is contained in:
parent
cd772bd056
commit
f316c86756
3 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ namespace geode {
|
||||||
std::optional<std::string> description;
|
std::optional<std::string> description;
|
||||||
ValueType defaultValue;
|
ValueType defaultValue;
|
||||||
/**
|
/**
|
||||||
* A regex the string must succesfully match against
|
* A regex the string must successfully match against
|
||||||
*/
|
*/
|
||||||
std::optional<std::string> match;
|
std::optional<std::string> match;
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
namespace crashlog {
|
namespace crashlog {
|
||||||
/**
|
/**
|
||||||
* Setup platform-specific crashlog handler
|
* Setup platform-specific crashlog handler
|
||||||
* @returns True if the handler was succesfully installed, false otherwise
|
* @returns True if the handler was successfully installed, false otherwise
|
||||||
*/
|
*/
|
||||||
bool GEODE_DLL setupPlatformHandler();
|
bool GEODE_DLL setupPlatformHandler();
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -648,7 +648,7 @@ void LocalModInfoPopup::doUninstall() {
|
||||||
auto layer = FLAlertLayer::create(
|
auto layer = FLAlertLayer::create(
|
||||||
this,
|
this,
|
||||||
"Uninstall complete",
|
"Uninstall complete",
|
||||||
"Mod was succesfully uninstalled! :) "
|
"Mod was successfully uninstalled! :) "
|
||||||
"(You may need to <cy>restart the game</c> "
|
"(You may need to <cy>restart the game</c> "
|
||||||
"for the mod to take full effect). "
|
"for the mod to take full effect). "
|
||||||
"<co>Would you also like to delete the mod's "
|
"<co>Would you also like to delete the mod's "
|
||||||
|
@ -718,7 +718,7 @@ void IndexItemInfoPopup::onInstallProgress(ModInstallEvent* event) {
|
||||||
|
|
||||||
FLAlertLayer::create(
|
FLAlertLayer::create(
|
||||||
"Install complete",
|
"Install complete",
|
||||||
"Mod succesfully installed! :) "
|
"Mod successfully installed! :) "
|
||||||
"(You may need to <cy>restart the game</c> "
|
"(You may need to <cy>restart the game</c> "
|
||||||
"for the mod to take full effect)",
|
"for the mod to take full effect)",
|
||||||
"OK"
|
"OK"
|
||||||
|
|
Loading…
Reference in a new issue