banshee r5045 - in trunk/banshee: . data/audio-profiles src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui



Author: gburt
Date: Wed Feb 18 18:25:08 2009
New Revision: 5045
URL: http://svn.gnome.org/viewvc/banshee?rev=5045&view=rev

Log:
2009-02-18  Gabriel Burt  <gabriel burt gmail com>

	* data/audio-profiles/wavpack.xml.in:
	* src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs:
	Fix localization issues (BNC #449788)


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/data/audio-profiles/wavpack.xml.in
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs

Modified: trunk/banshee/data/audio-profiles/wavpack.xml.in
==============================================================================
--- trunk/banshee/data/audio-profiles/wavpack.xml.in	(original)
+++ trunk/banshee/data/audio-profiles/wavpack.xml.in	Wed Feb 18 18:25:08 2009
@@ -32,10 +32,10 @@
           <control-type>combo</control-type>
           <default-value>2</default-value>
           <possible-values>
-            <value value="1">Fast Compression</value>
-            <value value="2">Default Compression</value>
-            <value value="3">High Compression</value>
-            <value value="4">Very High Compression</value>
+            <_value value="1">Fast Compression</_value>
+            <_value value="2">Default Compression</_value>
+            <_value value="3">High Compression</_value>
+            <_value value="4">Very High Compression</_value>
           </possible-values>
         </variable>
         <variable id="lossy_mode" enables="bitrate">

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs	Wed Feb 18 18:25:08 2009
@@ -170,7 +170,7 @@
 
         private void LoadProfile()
         {
-            Title = Catalog.GetString(String.Format("Configuring {0}", profile.Name));
+            Title = String.Format (Catalog.GetString ("Configuring {0}"), profile.Name);
             header_label.Markup = String.Format("<big><b>{0}</b></big>", 
                 GLib.Markup.EscapeText(profile.Name));
             description_label.Text = profile.Description;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]