[Xfce4-commits] <xfmpc:master> preferences-dialog: Set Preferences dialog name translatable

Mike Massonnet noreply at xfce.org
Sat Aug 13 10:54:10 CEST 2011


Updating branch refs/heads/master
         to 022bbda173c650f86f99b04ac87fa6e3634340d7 (commit)
       from 28d2845e6aac7a64a2eb4b15ec47ab4346ae1bd3 (commit)

commit 022bbda173c650f86f99b04ac87fa6e3634340d7
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Thu Aug 11 19:39:21 2011 +0200

    preferences-dialog: Set Preferences dialog name translatable

 src/preferences-dialog.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/preferences-dialog.vala b/src/preferences-dialog.vala
index 602daae..655cc01 100644
--- a/src/preferences-dialog.vala
+++ b/src/preferences-dialog.vala
@@ -43,8 +43,8 @@ namespace Xfmpc {
 			this.skip_taskbar_hint = true;
 			this.icon_name = "stock_volume";
 			this.resizable = false;
-			this.title = "Xfmpc Preferences";
-			this.subtitle = "Customize your MPD client";
+			this.title = _("Xfmpc Preferences");
+			this.subtitle = _("Customize your MPD client");
 
 			this.preferences = Xfmpc.Preferences.get_default ();
 


More information about the Xfce4-commits mailing list