[rhythmbox] audioscrobbler: mark error string for i18n
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] audioscrobbler: mark error string for i18n
- Date: Tue, 21 Sep 2010 10:54:58 +0000 (UTC)
commit 86fa6d93f96044a9f4a959e7f8a99e06ff85823a
Author: Jamie Nicol <jamie thenicols net>
Date: Thu Aug 12 17:04:04 2010 +0100
audioscrobbler: mark error string for i18n
.../rb-audioscrobbler-radio-source.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-radio-source.c b/plugins/audioscrobbler/rb-audioscrobbler-radio-source.c
index 2bf1eeb..9a9a067 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-radio-source.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-radio-source.c
@@ -761,7 +761,7 @@ tune_response_cb (SoupSession *session,
error_message = g_strdup (_("Not enough content to play station"));
} else {
/* Other error */
- error_message = g_strdup_printf ("Error tuning station: %i - %s", code, message);
+ error_message = g_strdup_printf (_("Error tuning station: %i - %s"), code, message);
}
display_error_info_bar (source, error_message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]