Mercurial > hg > octave-nkf
diff libgui/src/m-editor/file-editor-tab.cc @ 18357:6e8188effddf gui-release
file-editor-tab.cc: Fix a typo.
author | Julien Bect <julien.bect@supelec.fr> |
---|---|
date | Sun, 19 Jan 2014 08:25:58 +0100 |
parents | 106da7544504 |
children | 770c525a1a2b |
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc +++ b/libgui/src/m-editor/file-editor-tab.cc @@ -1,3 +1,4 @@ + /* Copyright (C) 2011-2013 Jacob Dawid @@ -1236,7 +1237,7 @@ int ans = QMessageBox::question (0, tr ("Octave Editor"), tr ("It is not advisable to save an Octave script\n" "in a file with a name containing spaces.\n\n" - "Do you wnat to chose another name?"), + "Do you want to choose another name?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes); if (ans == QMessageBox::Yes)