Rename scratchpad to clipboard in Window menu - bug #2117

svn: r10642
This commit is contained in:
Gary Burton 2008-04-26 20:43:26 +00:00
parent 26779bd6ac
commit c202359be8

View File

@ -1232,7 +1232,7 @@ class ScratchPadWindow(ManagedWindow.ManagedWindow):
self.show()
def build_menu_names(self, obj):
return (_('ScratchPad'),None)
return (_('Clipboard'),None)
def database_changed(self,database):
self.db = database