Skip to content

Commit

Permalink
refs #6133. Made correction of results log.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 30, 2013
1 parent e55f5c9 commit b82991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13549,7 +13549,7 @@ void ApplicationWindow::translateActionsStrings()
actionShowExplorer->setToolTip(tr("Show project explorer"));

actionShowLog->setMenuText(tr("Results &Log"));
actionShowLog->setToolTip(tr("Show Analysis Results"));
actionShowLog->setToolTip(tr("Results Log"));

actionShowUndoStack->setMenuText(tr("&Undo/Redo Stack"));
actionShowUndoStack->setToolTip(tr("Show available undo/redo commands"));
Expand Down

0 comments on commit b82991c

Please sign in to comment.