diff options
author | jstebbins <[email protected]> | 2011-03-27 18:26:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-03-27 18:26:46 +0000 |
commit | 5b0977cc04f8d6471905f4090c7f18e6240988da (patch) | |
tree | 7a8e388de631bb2acdc3dcb6f3134ac89856c301 | |
parent | 7a57526a05a0bf9b23bfe921c9b19df7afd59af8 (diff) |
LinGui: fix type in tooltip
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3884 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 4b4ee75d5..9c3d1b44a 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1709,7 +1709,7 @@ <child> <object class="GtkComboBox" id="VideoEncoder"> <property name="visible">True</property> - <property name="tooltip-text" translatable="yes">Avaliable video encoders.</property> + <property name="tooltip-text" translatable="yes">Available video encoders.</property> <signal handler="vcodec_changed_cb" name="changed"/> </object> </child> |