changeset 22422:0abb58c3b117

file-editor-tab.cc: Fix typo canel -> cancel
author Andreas Weber <andy.weber.aw@gmail.com>
date Fri, 02 Sep 2016 08:58:44 +0200
parents d6c1da692e59
children f75d84b471db
files libgui/src/m-editor/file-editor-tab.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc	Thu Sep 01 23:55:09 2016 -0400
+++ b/libgui/src/m-editor/file-editor-tab.cc	Fri Sep 02 08:58:44 2016 +0200
@@ -468,7 +468,7 @@
     {
       int ans = QMessageBox::question (0, tr ("Octave Editor"),
                   tr ("Cannot add breakpoint to modified file.\n"
-                      "Save and add breakpoint, or canel?"),
+                      "Save and add breakpoint, or cancel?"),
                   QMessageBox::Save | QMessageBox::Cancel, QMessageBox::Save);
 
       if (ans == QMessageBox::Save)