summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugingui/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc
index b99e781..d183037 100644
--- a/plugingui/mainwindow.cc
+++ b/plugingui/mainwindow.cc
@@ -49,7 +49,7 @@ MainWindow::MainWindow(Settings& settings, void* native_window)
tabs.move(16, 0); // x-offset to make room for the left side bar.
tabs.addTab("Main", &main_tab);
- tabs.addTab("GPL", &gpl_text_field);
+ tabs.addTab("License", &gpl_text_field);
gpl_text_field.setText(gpl.data());
gpl_text_field.adaptTextOnResize(true);