forked from qt-creator/qt-creator
Debugger: Fix spelling error in tooltip.
Last string change. Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<widget class="QLabel" name="labelGdbWatchdogTimeout">
|
||||
<property name="toolTip">
|
||||
<string>This is the number of seconds Qt Creator will wait before
|
||||
it terminates a non-responsive gdb process. The default value of 20 seconds
|
||||
it terminates a non-responsive GDB process. The default value of 20 seconds
|
||||
should be sufficient for most applications, but there are situations when
|
||||
loading big libraries or listing source files takes much longer than that
|
||||
on slow machines. In this case, the value should be increased.</string>
|
||||
@@ -60,7 +60,7 @@ on slow machines. In this case, the value should be increased.</string>
|
||||
<widget class="QSpinBox" name="spinBoxGdbWatchdogTimeout">
|
||||
<property name="toolTip">
|
||||
<string>This is the number of seconds Qt Creator will wait before
|
||||
it terminates non-responsive GDB process. The default value of 20 seconds
|
||||
it terminates a non-responsive GDB process. The default value of 20 seconds
|
||||
should be sufficient for most applications, but there are situations when
|
||||
loading big libraries or listing source files takes much longer than that
|
||||
on slow machines. In this case, the value should be increased.</string>
|
||||
|
||||
Reference in New Issue
Block a user