fix: Typo styling issue
This commit is contained in:
parent
b7bb3c5ae2
commit
d223e31c24
|
@ -927,8 +927,8 @@ wxWindow* PreferencesDialog::create_general_page()
|
|||
wxLANGUAGE_DUTCH,
|
||||
wxLANGUAGE_HUNGARIAN,
|
||||
wxLANGUAGE_JAPANESE,
|
||||
wxLANGUAGE_ITALIAN
|
||||
wxLANGUAGE_UKRAINIAN,
|
||||
wxLANGUAGE_ITALIAN,
|
||||
wxLANGUAGE_UKRAINIAN
|
||||
};
|
||||
|
||||
auto translations = wxTranslations::Get()->GetAvailableTranslations(SLIC3R_APP_KEY);
|
||||
|
|
Loading…
Reference in New Issue