From 07a1cddec25e0c1ff9cf4afc5313b5a3a4fd7bd1 Mon Sep 17 00:00:00 2001 From: Takumi Asaki Date: Thu, 9 Jan 2014 17:15:03 +0900 Subject: Debugger: Fix typo Change-Id: I5fef982763b791dfd2aa117babb8dde9ae54111e Reviewed-by: Friedemann Kleint --- src/plugins/debugger/moduleshandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp index b92e991afd..3cb26edede 100644 --- a/src/plugins/debugger/moduleshandler.cpp +++ b/src/plugins/debugger/moduleshandler.cpp @@ -158,12 +158,12 @@ QVariant ModulesModel::data(const QModelIndex &index, int role) const return ModulesHandler::tr( "This module contains debug information.\nStepping " "into the module or setting breakpoints by file and " - "is expected to work."); + "line is expected to work."); case FastSymbols: return ModulesHandler::tr( "This module contains debug information.\nStepping " "into the module or setting breakpoints by file and " - "is expected to work."); + "line is expected to work."); case LinkedSymbols: case BuildIdSymbols: return ModulesHandler::tr( -- cgit v1.2.1