commit c5ffde216d23f1dfe8f3893a4f34ae5d6fe41110
Author: Daniele Forsi <[email protected]>
Date: Sat Mar 26 21:16:50 2011 +0100
String fixes
* libgtkpod/file.c
* Make error string translatable
* plugins/filetype_mp4/mp4file.c
* Fix typos
libgtkpod/file.c | 2 +-
plugins/filetype_mp4/mp4file.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgtkpod/file.c b/libgtkpod/file.c
index 6acd4de..28921da 100644
--- a/libgtkpod/file.c
+++ b/libgtkpod/file.c
@@ -53,7 +53,7 @@
#include "misc_conversion.h"
#include "filetype_iface.h"
-#define UNKNOWN_ERROR "Unknown error"
+#define UNKNOWN_ERROR _("Unknown error")
/* The uppercase version of these extensions is tried as well. */
static const gchar *imageext[] =
diff --git a/plugins/filetype_mp4/mp4file.c b/plugins/filetype_mp4/mp4file.c
index fdf6258..b8e91ef 100644
--- a/plugins/filetype_mp4/mp4file.c
+++ b/plugins/filetype_mp4/mp4file.c
@@ -548,7 +548,7 @@ static gboolean mp4_scan_soundcheck(MP4FileHandle mp4File,
Track *track) {
gboolean mp4_read_soundcheck(const gchar *mp4FileName, Track *track, GError
**error) {
if (!mp4v2_handle) {
filetype_log_error(error,
- g_strdup_printf(_("m4a/m4p/m4b soundcheck update for '%s'
failed: m4a/m4p/m4b/mp4 not supported without the mp4v2 library. You must
install the mp4v2 library.\n"), mp4FileName));
+ g_strdup_printf(_("m4a/m4p/m4b/mp4 soundcheck update for '%s'
failed: m4a/m4p/m4b/mp4 not supported without the mp4v2 library. You must
install the mp4v2 library.\n"), mp4FileName));
return FALSE;
}
@@ -867,7 +867,7 @@ Track *mp4_get_file_info(const gchar *mp4FileName, GError
**error) {
gboolean mp4_write_file_info(const gchar *mp4FileName, Track *track, GError
**error) {
if (!mp4v2_handle) {
filetype_log_error(error,
- g_strdup_printf(_("m4a/m4p/m4b/mp4
metadata update for '%s' failed: m4a/m4p/m4b not supported without the mp4v2
library. You must install the mp4v2 library.\n"), mp4FileName));
+ g_strdup_printf(_("m4a/m4p/m4b/mp4
metadata update for '%s' failed: m4a/m4p/m4b/mp4 not supported without the
mp4v2 library. You must install the mp4v2 library.\n"), mp4FileName));
return FALSE;
}
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2