mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[Apps/settings] Typo
Change-Id: I5eb65ab3341713273eb2e0b8730eb7bd7843fb06
This commit is contained in:
@@ -9,7 +9,7 @@ using namespace Poincare;
|
||||
|
||||
namespace Settings {
|
||||
|
||||
const SettingsNode angleChildren[2] = {SettingsNode("Degre "), SettingsNode("Radian ")};
|
||||
const SettingsNode angleChildren[2] = {SettingsNode("Degres "), SettingsNode("Radians ")};
|
||||
const SettingsNode FloatDisplayModeChildren[2] = {SettingsNode("Auto "), SettingsNode("Scientifique ")};
|
||||
const SettingsNode complexFormatChildren[2] = {SettingsNode("a+ib "), SettingsNode("eitheta ")};
|
||||
const SettingsNode languageChildren[3] = {SettingsNode("Anglais "), SettingsNode("Francais "), SettingsNode("Espagnol ")};
|
||||
|
||||
Reference in New Issue
Block a user