[frogr] Normalized capitalization of 'frogr' (always all lowercase)



commit 0cb53d48a2b75370f956d78b0edf78ac54374cf9
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Dec 15 06:56:05 2015 +0000

    Normalized capitalization of 'frogr' (always all lowercase)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759086

 README                      |    6 +++---
 data/frogr.appdata.xml.in   |    6 +++---
 data/frogr.desktop.in.in    |    4 ++--
 data/manpages/frogr.1       |    8 ++++----
 src/frogr-about-dialog.c    |    2 +-
 src/frogr-account.c         |    2 +-
 src/frogr-account.h         |    2 +-
 src/frogr-add-tags-dialog.c |    2 +-
 src/frogr-live-entry.c      |    2 +-
 src/frogr-live-entry.h      |    2 +-
 10 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/README b/README
index a66eb86..886276c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 frogr - A Flickr Remote Organizer for GNOME
 -------------------------------------------
 
-Frogr intends to be a complete GNOME application to remotely manage a
+frogr intends to be a complete GNOME application to remotely manage a
 flickr account from the desktop.
 
 To get the source, please checkout the git repository at gnome.org:
@@ -29,7 +29,7 @@ Mailing list: http://mail.gnome.org/mailman/listinfo/frogr-list
 
 -------------------------------------------
 
-Frogr is Copyright (c) 2009-2015 Mario Sanchez Prada
+frogr is Copyright (c) 2009-2015 Mario Sanchez Prada
 
 https://wiki.gnome.org/Apps/Frogr
 
@@ -47,7 +47,7 @@ See the COPYING file for more details.
 
 -------------------------------------------
 
-Frogr's Flickr API implementation (we call it "flicksoup", located
+frogr's Flickr API implementation (we call it "flicksoup", located
 under src/flicksoup) is Copyright (c) 2010-2015 Mario Sanchez Prada
 
 Flicksoup is Free Software: you can redistribute it and/or modify it
diff --git a/data/frogr.appdata.xml.in b/data/frogr.appdata.xml.in
index 23f3f28..7e5c738 100644
--- a/data/frogr.appdata.xml.in
+++ b/data/frogr.appdata.xml.in
@@ -2,11 +2,11 @@
 <application>
   <id type="desktop">frogr.desktop</id>
   <licence>CC0</licence>
-  <name>Frogr</name>
-  <summary>Frogr: a Flickr Remote Organizer for GNOME</summary>
+  <name>frogr</name>
+  <summary>frogr: a Flickr Remote Organizer for GNOME</summary>
   <description>
     <_p>
-      Frogr is a small application for the GNOME desktop that allows
+      frogr is a small application for the GNOME desktop that allows
       users to manage their accounts in the Flickr image hosting
       website.
     </_p>
diff --git a/data/frogr.desktop.in.in b/data/frogr.desktop.in.in
index 3276b22..96ee5b2 100644
--- a/data/frogr.desktop.in.in
+++ b/data/frogr.desktop.in.in
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-_Name=Frogr
-_GenericName=Frogr: a Flickr Remote Organizer for GNOME
+_Name=frogr
+_GenericName=frogr: a Flickr Remote Organizer for GNOME
 _Comment=Upload and organize photos in Flickr accounts
 _Keywords=Flickr;Image;Picture;Photo;Video;Uploader;
 Exec= BINDIR@/frogr %F
diff --git a/data/manpages/frogr.1 b/data/manpages/frogr.1
index a738ce7..3d06aae 100644
--- a/data/manpages/frogr.1
+++ b/data/manpages/frogr.1
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-frogr \- a flickr remote organizer for GNOME
+frogr \- a Flickr Remote Organizer for GNOME
 .SH SYNOPSIS
 .B frogr
 .I [project-URI|media-URIs]
@@ -25,7 +25,7 @@ This manual page documents briefly the
 .B frogr
 command.
 .PP
-.B Frogr
+.B frogr
 is a small application for the GNOME desktop that allows users to
 manage their accounts in the Flickr image hosting website. It supports
 all the basic tasks, including uploading pictures and videos, adding
@@ -40,10 +40,10 @@ Full uris for pictures and videos to be loaded along with the application.
 .SH FILES
 .TP
 .I ~/.config/frogr/accounts.xml
-Frogr accounts file.
+frogr accounts file.
 .TP
 .I ~/.config/frogr/settings.xml
-Frogr settings file.
+frogr settings file.
 .SH AUTHOR
 This manpage has been written by Alberto Garcia <agarcia igalia com>
 and Mario Sanchez Prada <msanchez gnome org>
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index a8cf62b..9e796bd 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -40,7 +40,7 @@ static const gchar *artists[] = {
   NULL
 };
 
-static const gchar *appdescr = N_("A Flickr remote organizer for GNOME\n");
+static const gchar *appdescr = N_("A Flickr Remote Organizer for GNOME\n");
 static const gchar *copyright = "(c) 2009-2015 Mario Sanchez Prada";
 static const gchar *website = "http://wiki.gnome.org/Apps/Frogr";;
 
diff --git a/src/frogr-account.c b/src/frogr-account.c
index db4c327..9d59d7f 100644
--- a/src/frogr-account.c
+++ b/src/frogr-account.c
@@ -1,5 +1,5 @@
 /*
- * frogr-account.c -- User account for Frogr.
+ * frogr-account.c -- User account for frogr.
  *
  * Copyright (C) 2009-2012 Mario Sanchez Prada
  *           (C) 2009 Adrian Perez
diff --git a/src/frogr-account.h b/src/frogr-account.h
index 162e788..43d763a 100644
--- a/src/frogr-account.h
+++ b/src/frogr-account.h
@@ -1,5 +1,5 @@
 /*
- * frogr-account.h -- User account for Frogr.
+ * frogr-account.h -- User account for frogr.
  *
  * Copyright (C) 2009-2012 Mario Sanchez Prada
  *           (C) 2009 Adrian Perez
diff --git a/src/frogr-add-tags-dialog.c b/src/frogr-add-tags-dialog.c
index c2dd42e..bd5f15a 100644
--- a/src/frogr-add-tags-dialog.c
+++ b/src/frogr-add-tags-dialog.c
@@ -1,5 +1,5 @@
 /*
- * frogr-add-tags-dialog.c -- Frogr 'add tags' dialog
+ * frogr-add-tags-dialog.c -- frogr 'add tags' dialog
  *
  * Copyright (C) 2009-2015 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
diff --git a/src/frogr-live-entry.c b/src/frogr-live-entry.c
index 037e14b..252454d 100644
--- a/src/frogr-live-entry.c
+++ b/src/frogr-live-entry.c
@@ -1,5 +1,5 @@
 /*
- * frogr-live-entry.c -- Frogr 'live' entry (autocompletion enabled)
+ * frogr-live-entry.c -- frogr 'live' entry (autocompletion enabled)
  *
  * Copyright (C) 2012 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
diff --git a/src/frogr-live-entry.h b/src/frogr-live-entry.h
index b97c444..20a7f52 100644
--- a/src/frogr-live-entry.h
+++ b/src/frogr-live-entry.h
@@ -1,5 +1,5 @@
 /*
- * frogr-live-entry.h -- Frogr 'live' entry (autocompletion enabled)
+ * frogr-live-entry.h -- frogr 'live' entry (autocompletion enabled)
  *
  * Copyright (C) 2012 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>


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