# HG changeset patch # User giacomo # Date 1167954006 28800 # Node ID f8b6af61ff44c2a76665cc590adec53cf113c0c4 # Parent 07c7d5c3aa6f39e1d7f0ec263b4026543ea83c90 [svn] - untransatable strings: fixed the fix :) diff -r 07c7d5c3aa6f -r f8b6af61ff44 ChangeLog --- a/ChangeLog Thu Jan 04 15:37:58 2007 -0800 +++ b/ChangeLog Thu Jan 04 15:40:06 2007 -0800 @@ -1,3 +1,11 @@ +2007-01-04 23:37:58 +0000 Strahinja Kustudi + revision [3551] + Serbian language upadated (once again) + trunk/po/sr.po | 51 ++++++++++++++++++++------------------------------- + trunk/po/sr@Latn.po | 45 ++++++++++++++++++--------------------------- + 2 files changed, 38 insertions(+), 58 deletions(-) + + 2007-01-04 23:30:25 +0000 Kiyoshi Aman revision [3549] update copyright notice and make another string translateable diff -r 07c7d5c3aa6f -r f8b6af61ff44 audacious/ui_manager.c --- a/audacious/ui_manager.c Thu Jan 04 15:37:58 2007 -0800 +++ b/audacious/ui_manager.c Thu Jan 04 15:40:06 2007 -0800 @@ -185,7 +185,7 @@ static GtkActionEntry action_entries_visualization[] = { - { "visualization", NULL, _("Visualization") }, + { "visualization", NULL, N_("Visualization") }, { "vismode", NULL, N_("Visualization Mode") }, { "anamode", NULL, N_("Analyzer Mode") }, { "scomode", NULL, N_("Scope Mode") },