mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
improve P.Memory naming consistency
I swear I wont touch these strings again :D
This commit is contained in:
parent
d370dae170
commit
4ec2d64cb7
3 changed files with 3 additions and 3 deletions
|
@ -470,7 +470,7 @@ class SetPersistentMemoryView : public View {
|
|||
private:
|
||||
Text text_pmem_about{
|
||||
{0, 1 * 16, 240, 16},
|
||||
"PersistentMemory from/to SD"};
|
||||
"Persistent Memory from/to SD"};
|
||||
|
||||
Text text_pmem_informations{
|
||||
{0, 2 * 16, 240, 16},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue