mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Renamen MemoryFull i18N messages
This commit is contained in:
@@ -235,7 +235,7 @@ void AppsContainer::run() {
|
||||
}
|
||||
switchTo(appSnapshotAtIndex(0));
|
||||
Poincare::Tidy();
|
||||
activeApp()->displayWarning(I18n::Message::AppMemoryFull, true);
|
||||
activeApp()->displayWarning(I18n::Message::PoolMemoryFull, true);
|
||||
}
|
||||
Container::run();
|
||||
switchTo(nullptr);
|
||||
@@ -302,7 +302,7 @@ void AppsContainer::storageDidChangeForRecord(const Ion::Storage::Record record)
|
||||
|
||||
void AppsContainer::storageIsFull() {
|
||||
if (activeApp()) {
|
||||
activeApp()->displayWarning(I18n::Message::GlobalMemoryFull, true);
|
||||
activeApp()->displayWarning(I18n::Message::StorageMemoryFull, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user