diff options
author | David Robillard <d@drobilla.net> | 2008-01-27 19:58:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-27 19:58:01 +0000 |
commit | 962555098f07157013fdd91dc2a8faf2440dc092 (patch) | |
tree | 5d25f07f6f7d2ec19e3ee9e33da758489f6b1469 /src | |
parent | c7bcc3082a8ed65427ea94fa9d2e643343c3fca2 (diff) | |
download | patchage-962555098f07157013fdd91dc2a8faf2440dc092.tar.gz patchage-962555098f07157013fdd91dc2a8faf2440dc092.tar.bz2 patchage-962555098f07157013fdd91dc2a8faf2440dc092.zip |
Fix typo.
git-svn-id: http://svn.drobilla.net/lad/patchage@1115 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/patchage.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patchage.glade b/src/patchage.glade index 45c81ed..f07fbda 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -450,7 +450,7 @@ <child> <widget class="GtkToolButton" id="clear_load_but"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Clear the drouput indicator</property> + <property name="tooltip" translatable="yes">Clear the dropout indicator</property> <property name="stock_id">gtk-clear</property> </widget> <packing> @@ -469,7 +469,7 @@ <property name="visible">True</property> <property name="tooltip" translatable="yes">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 drouput will occur.</property> +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="pulse_step">0.10000000149</property> <property name="text" translatable="yes">0 Dropouts</property> </widget> |