Debugger: Fix spelling error in tooltip.

Last string change.

Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Friedemann Kleint
2011-04-04 12:01:00 +02:00
parent 6187064f1b
commit 0812056acd

View File

@@ -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>