From 0ff1308561772723dec3f38e16cdb3066a77fb22 Mon Sep 17 00:00:00 2001 From: manongjohn Date: Sun, 14 Mar 2021 18:45:17 -0400 Subject: [PATCH] Relabel Preference "Import/Export" to "3rd Party Apps" --- toonz/sources/toonz/preferencespopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toonz/sources/toonz/preferencespopup.cpp b/toonz/sources/toonz/preferencespopup.cpp index 6b14e6a2..b68a470e 100644 --- a/toonz/sources/toonz/preferencespopup.cpp +++ b/toonz/sources/toonz/preferencespopup.cpp @@ -1271,7 +1271,7 @@ PreferencesPopup::PreferencesPopup() m_categoryList = new QListWidget(this); QStringList categories; categories << tr("General") << tr("Interface") << tr("Visualization") - << tr("Loading") << tr("Saving") << tr("Import/Export") + << tr("Loading") << tr("Saving") << tr("3rd Party Apps") << tr("Drawing") << tr("Tools") << tr("Scene") << tr("Animation") << tr("Preview") << tr("Onion Skin") << tr("Colors") << tr("Version Control") << tr("Touch/Tablet Settings");