[easytag] Mark a UI string as translatable
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Mark a UI string as translatable
- Date: Sat, 14 Feb 2015 20:15:24 +0000 (UTC)
commit ca7a1e6f8725df854c4dff41e066bda16d23b7de
Author: David King <amigadave amigadave com>
Date: Sat Feb 14 20:07:39 2015 +0000
Mark a UI string as translatable
src/file_list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/file_list.c b/src/file_list.c
index 2df5305..e5ae93a 100644
--- a/src/file_list.c
+++ b/src/file_list.c
@@ -247,7 +247,7 @@ et_file_list_add (GList *file_list,
if (!id3tag_read_file_tag (file, FileTag, &error))
{
Log_Print (LOG_ERROR,
- "Error reading ID3 tag from file ā%sā: %s",
+ _("Error reading ID3 tag from file ā%sā: %s"),
filename_utf8, error->message);
g_clear_error (&error);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]