Use an em dash to separate window title fragments

See the discussion here: https://bugzilla.mozilla.org/show_bug.cgi?id=1279647
This commit is contained in:
Yegor Timoshenko 2021-02-18 22:37:46 +03:00 committed by GitHub
parent ea7886c709
commit 2dd8ec37d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -907,7 +907,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
font.setBold(True) font.setBold(True)
font.setItalic(True) font.setItalic(True)
self.virtual_library.setFont(font) self.virtual_library.setFont(font)
title = '{0} - || {1}{2} ||'.format( title = '{0} || {1}{2} ||'.format(
__appname__, self.iactions['Choose Library'].library_name(), restrictions) __appname__, self.iactions['Choose Library'].library_name(), restrictions)
self.setWindowTitle(title) self.setWindowTitle(title)