[Xfce4-commits] [apps/xfburn] 01/01: Improve words capitalization

noreply at xfce.org noreply at xfce.org
Sun Sep 23 21:02:39 CEST 2018


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

a   n   d   r   e       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 6895e0ed72f55eba2ad973c2176812a691324ccb
Author: Andre Miranda <andre42m at gmail.com>
Date:   Sun Sep 23 16:02:32 2018 -0300

    Improve words capitalization
---
 xfburn/xfburn-main-window.c | 2 +-
 xfburn/xfburn-welcome-tab.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index 1fd4656..9830238 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -535,7 +535,7 @@ action_about (GtkAction * action, XfburnMainWindow * window)
 		  "program-name", "Xfburn",
 		  "license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
 		  "version", VERSION,
-		  "comments", _("Another cd burning GUI"),
+		  "comments", _("Another CD burning GUI"),
 		  "website", "http://www.xfce.org/projects/xfburn",
 		  "copyright", "2005-2008 David Mohr, Mario Đanić, Jean-François Wauthy",
 		  "authors", auth, 
diff --git a/xfburn/xfburn-welcome-tab.c b/xfburn/xfburn-welcome-tab.c
index 2bfe1b5..f4dad4d 100644
--- a/xfburn/xfburn-welcome-tab.c
+++ b/xfburn/xfburn-welcome-tab.c
@@ -126,7 +126,7 @@ xfburn_welcome_tab_init (XfburnWelcomeTab * obj)
   gtk_container_add (GTK_CONTAINER (align), vbox);
   gtk_widget_show (vbox);
 
-  label_welcome = gtk_label_new (_("Welcome to xfburn!"));
+  label_welcome = gtk_label_new (_("Welcome to Xfburn!"));
   gtk_box_pack_start (GTK_BOX (vbox), label_welcome, FALSE, FALSE, BORDER);
   gtk_widget_show (label_welcome);
 

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


More information about the Xfce4-commits mailing list