none bracket consistency

This commit is contained in:
itsmattkc
2019-02-17 03:16:23 -08:00
parent 5b59207cb4
commit eb55a89cfd
+1 -1
View File
@@ -1845,7 +1845,7 @@ void Timeline::set_sb_max() {
void Timeline::UpdateTitle() {
QString title = tr("Timeline: ");
if (olive::ActiveSequence == nullptr) {
setWindowTitle(title + tr("<none>"));
setWindowTitle(title + tr("(none)"));
} else {
setWindowTitle(title + olive::ActiveSequence->name);
update_ui(false);