From ade4c166e63aef6b33f2c2d059efc796fe03b6ea Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Thu, 27 Aug 2009 14:34:04 +0200 Subject: [PATCH] Corretto errore nei commenti --- songbook-editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songbook-editor.py b/songbook-editor.py index 2b5435d..a1db58b 100755 --- a/songbook-editor.py +++ b/songbook-editor.py @@ -103,7 +103,7 @@ class interface(QtGui.QMainWindow): self.song_db.append(song) self.list_update() - # Save (and eventually overwrite) the active song in the songbook + # Save (and/or overwrite) the active song in the songbook def savesong(self): need_new_song = True song_to_save = self.get_active_song() -- 2.1.4