diff options
author | David Robillard <d@drobilla.net> | 2020-11-29 13:53:52 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-29 16:10:33 +0100 |
commit | 31d85829ba22e0490caace24f46a20140eb5c098 (patch) | |
tree | 3b13e66cb27727743209ab6258c14251935ce74f /src | |
parent | e36324c1b52be757d10bd5b791be261d2f67c9a4 (diff) | |
download | patchage-31d85829ba22e0490caace24f46a20140eb5c098.tar.gz patchage-31d85829ba22e0490caace24f46a20140eb5c098.tar.bz2 patchage-31d85829ba22e0490caace24f46a20140eb5c098.zip |
Remove misleading tooltip text
Diffstat (limited to 'src')
-rw-r--r-- | src/patchage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchage.ui b/src/patchage.ui index cf48a6c..b82cb44 100644 --- a/src/patchage.ui +++ b/src/patchage.ui @@ -360,7 +360,7 @@ <property name="tooltip_markup">Drouput (XRun) Indicator The bar represents the percentage of available time used for audio processing (i.e. the DSP load). If the bar reaches 100%, a dropout will occur.</property> - <property name="tooltip_text" translatable="yes">Load and dropout gauge. The bar shows the percentage of available time used for audio processing. If it reaches 100%, a dropout will occur, and the bar is reset. Click to reset.</property> + <property name="tooltip_text" translatable="yes">Load and dropout gauge. The bar shows the percentage of available time used for audio processing. If it reaches 100%, a dropout will occur.</property> <property name="show_text">True</property> <property name="pulse_step">0.10000000149</property> <property name="text" translatable="yes">0 Dropouts</property> |