[gitg] Uppercase letter to git -> Git



commit 2095690a08b2380c26caf8a4acda6b679e75daef
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Thu Jan 2 20:09:01 2014 +0200

    Uppercase letter to git -> Git

 gitg/gitg-application.vala                      |    4 ++--
 gitg/resources/ui/gitg-author-details-dialog.ui |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index 7aa5597..4fc5ce8 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -85,7 +85,7 @@ public class Application : Gtk.Application
 
        private void parse_command_line(ref unowned string[] argv) throws OptionError
        {
-               var ctx = new OptionContext(_("- git repository viewer"));
+               var ctx = new OptionContext(_("- Git repository viewer"));
 
                ctx.add_main_entries(Options.entries, Config.GETTEXT_PACKAGE);
                ctx.add_group(Gtk.get_option_group(true));
@@ -202,7 +202,7 @@ public class Application : Gtk.Application
                                    "Ignacio Casal Quinteiro <icq gnome org>"};
 
                string copyright = "Copyright \xc2\xa9 2012 Jesse van den Kieboom";
-               string comments = _("gitg is a git repository viewer for gtk+/GNOME");
+               string comments = _("gitg is a Git repository viewer for gtk+/GNOME");
 
                unowned List<Gtk.Window> wnds = get_windows();
 
diff --git a/gitg/resources/ui/gitg-author-details-dialog.ui b/gitg/resources/ui/gitg-author-details-dialog.ui
index 60372aa..e98fd13 100644
--- a/gitg/resources/ui/gitg-author-details-dialog.ui
+++ b/gitg/resources/ui/gitg-author-details-dialog.ui
@@ -24,7 +24,7 @@
           <object class="GtkLabel" id="label_file_not_found">
             <property name="can_focus">False</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Note: The git config file '%s' does not 
exist.</property>
+            <property name="label" translatable="yes">Note: The Git config file '%s' does not 
exist.</property>
           </object>
           <packing>
             <property name="expand">False</property>


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