changed bungloo to Bungloo
This commit is contained in:
parent
e4ecea0d3b
commit
62ebf97640
23 changed files with 89 additions and 86 deletions
|
@ -76,7 +76,7 @@ class Preferences:
|
|||
|
||||
class Timeline:
|
||||
|
||||
def __init__(self, app, action="timeline", title="bungloo"):
|
||||
def __init__(self, app, action="timeline", title="Bungloo"):
|
||||
self.app = app
|
||||
self.action = action
|
||||
self.title = title
|
||||
|
@ -106,7 +106,7 @@ class Timeline:
|
|||
|
||||
exitAction = QtGui.QAction("&Exit", self.window)
|
||||
exitAction.setShortcut("Ctrl+Q")
|
||||
exitAction.setStatusTip("Exit bungloo")
|
||||
exitAction.setStatusTip("Exit Bungloo")
|
||||
exitAction.triggered.connect(QtGui.qApp.quit)
|
||||
|
||||
menubar = self.window.menuBar()
|
||||
|
@ -265,7 +265,7 @@ class NewPost(Helper.RestorableWindow):
|
|||
|
||||
exitAction = QtGui.QAction("&Exit", self)
|
||||
exitAction.setShortcut("Ctrl+Q")
|
||||
exitAction.setStatusTip("Exit bungloo")
|
||||
exitAction.setStatusTip("Exit Bungloo")
|
||||
exitAction.triggered.connect(QtGui.qApp.quit)
|
||||
|
||||
menubar = self.menuBar()
|
||||
|
|
Reference in a new issue