[brasero] Fix typos
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix typos
- Date: Sun, 16 Aug 2009 19:30:07 +0000 (UTC)
commit c59ef405acb281e912992e451e1b913384eb0995
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sun Aug 16 16:47:31 2009 +0200
Fix typos
plugins/transcode/burn-vob.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/transcode/burn-vob.c b/plugins/transcode/burn-vob.c
index 2f5a532..0a93994 100644
--- a/plugins/transcode/burn-vob.c
+++ b/plugins/transcode/burn-vob.c
@@ -890,13 +890,13 @@ brasero_vob_build_video_bin (BraseroVob *vob,
aspect = g_value_get_int (value);
if (aspect == BRASERO_VIDEO_ASPECT_4_3) {
- BRASERO_JOB_LOG (vob, "Setting ration 4:3");
+ BRASERO_JOB_LOG (vob, "Setting ratio 4:3");
g_object_set (encode,
"aspect", 2,
NULL);
}
else if (aspect == BRASERO_VIDEO_ASPECT_16_9) {
- BRASERO_JOB_LOG (vob, "Setting ration 16:9");
+ BRASERO_JOB_LOG (vob, "Setting ratio 16:9");
g_object_set (encode,
"aspect", 3,
NULL);
@@ -905,7 +905,7 @@ brasero_vob_build_video_bin (BraseroVob *vob,
}
else {
/* VCDs only support 4:3 */
- BRASERO_JOB_LOG (vob, "Setting ration 4:3");
+ BRASERO_JOB_LOG (vob, "Setting ratio 4:3");
g_object_set (encode,
"aspect", 2,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]