Corretto errore nei commenti

Leonardo Robol [2009-08-27 12:34]
Corretto errore nei commenti
Filename
songbook-editor.py
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()
ViewGit