diff options
author | jstebbins <[email protected]> | 2011-04-26 14:35:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-26 14:35:43 +0000 |
commit | 74ed87cbf613c4d6a7c901b573c605b6c7bb9a34 (patch) | |
tree | dd701a693c701b606b29ce99f224174c28dbe251 /gtk/src/ghb.ui | |
parent | e06c1946ddf693572d8f3044daa423462b6bdadc (diff) |
LinGui: fix spelling error
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3959 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-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 b5f6cfc14..7c61f92e1 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1760,7 +1760,7 @@ <object class="GtkComboBox" id="VideoFramerate"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="tooltip-text" translatable="yes">Output framerate. 'Same as source' is recomended. If your source video has a variable framerate, 'Same as source' will preserve it.</property> + <property name="tooltip-text" translatable="yes">Output framerate. 'Same as source' is recommended. If your source video has a variable framerate, 'Same as source' will preserve it.</property> <signal handler="framerate_changed_cb" name="changed"/> </object> </child> |