summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--moviepropertiesdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moviepropertiesdialog.cpp b/moviepropertiesdialog.cpp
index d1f90c0..016c2ee 100644
--- a/moviepropertiesdialog.cpp
+++ b/moviepropertiesdialog.cpp
@@ -21,6 +21,7 @@
MoviePropertiesDialog::MoviePropertiesDialog(QWidget *parent) : QDialog(parent){
mActorDlg = new SmInputDialog(tr("Actor"), this);
mGenreDlg = new SmInputDialog(tr("Genre"), this);
+ setWindowTitle(tr("Edit series..."));
setupDialog();
}