[Xfce4-commits] [apps/xfburn] 05/07: Missing strings in translations

noreply at xfce.org noreply at xfce.org
Mon Nov 20 18:38:35 CET 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfburn.

commit e5ffa00a88bc34149990dead9806f25f05bd0a2a
Author: Romain B <skunnyk at alteroot.org>
Date:   Mon Nov 20 14:37:13 2017 +0100

    Missing strings in translations
    
    - Fix bug #11291
---
 xfburn/xfburn-device-box.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfburn/xfburn-device-box.c b/xfburn/xfburn-device-box.c
index 378b637..05faaf7 100644
--- a/xfburn/xfburn-device-box.c
+++ b/xfburn/xfburn-device-box.c
@@ -504,8 +504,8 @@ ask_for_blanking (XfburnDeviceBoxPrivate *priv)
   priv->have_asked_for_blanking = TRUE;
 
   gdk_threads_enter ();
-  do_blank = xfburn_ask_yes_no (GTK_MESSAGE_QUESTION, "A full, but erasable disc is in the drive",
-                                         "Do you want to blank the disc, so that it can be used for the upcoming burn process?");
+  do_blank = xfburn_ask_yes_no (GTK_MESSAGE_QUESTION, _("A full, but erasable disc is in the drive"),
+                                         _("Do you want to blank the disc, so that it can be used for the upcoming burn process?"));
 
   if (do_blank) {
     GtkDialog *blank_dialog = GTK_DIALOG (xfburn_blank_dialog_new_eject (FALSE));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list