From: <cl...@us...> - 2003-05-04 15:09:52
|
Update of /cvsroot/todo-manager/todo-manager In directory sc8-pr-cvs1:/tmp/cvs-serv23206 Modified Files: optionsdialog.py Log Message: Dennis Benzinger included this with his big translation update patch, so I'm committing it. Index: optionsdialog.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/optionsdialog.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- optionsdialog.py 26 Apr 2003 22:20:24 -0000 1.10 +++ optionsdialog.py 4 May 2003 15:09:48 -0000 1.11 @@ -567,6 +567,6 @@ Label(self, text=_("File Options"), font=section_font).grid(row=3, sticky=W) frame = Frame(self) - Checkbutton(frame, text=_("Save backup files (for crash recovery)"), + Checkbutton(frame, text=_("Save backup files (for crash recovery)"), justify=LEFT, variable=self.savebackup).grid(row=0, column=0, sticky=W) frame.grid(row=4, ipadx=15, sticky=W) |