# HG changeset patch # User Chris Cannam # Date 1294848883 0 # Node ID 3b8501070c218e0d732951e2c429f7d14cf3a949 # Parent 25efd198e3d4fdf74059e636a39dc67e9c1ae7b3 * Fix typo. Uh diff -r 25efd198e3d4 -r 3b8501070c21 easyhg.py --- a/easyhg.py Wed Jan 12 15:54:56 2011 +0000 +++ b/easyhg.py Wed Jan 12 16:14:43 2011 +0000 @@ -58,7 +58,7 @@ d = QtGui.QInputDialog() d.setInputMode(QtGui.QInputDialog.TextInput) d.setTextEchoMode(QtGui.QLineEdit.Normal) - d.setLabelText(prompt) + d.setLabelText(msg) d.setWindowTitle(_('EasyMercurial: Information')) d.show() d.raise_()