forked from qt-creator/qt-creator
Debugger: Translate user-visible strings
Change-Id: I8cd2c93bf6713cb1b5379228c700d36c3b71c261 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
03d525a3bc
commit
17fa69eb42
@@ -239,8 +239,7 @@ void UnstartedAppWatcherDialog::pidFound(const DeviceProcessItem &p)
|
|||||||
void UnstartedAppWatcherDialog::startStopWatching(bool start)
|
void UnstartedAppWatcherDialog::startStopWatching(bool start)
|
||||||
{
|
{
|
||||||
setWaitingState(start ? WatchingState : NotWatchingState);
|
setWaitingState(start ? WatchingState : NotWatchingState);
|
||||||
m_watchingPushButton->setText(start ? QLatin1String("Stop Watching")
|
m_watchingPushButton->setText(start ? tr("Stop Watching") : tr("Start Watching"));
|
||||||
: QLatin1String("Start Watching"));
|
|
||||||
startStopTimer(start);
|
startStopTimer(start);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user