[gnome-todo] application: fix typo in app name



commit a0a30036289193a23e6d7b40504b9b0defa7a436
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Oct 31 15:02:55 2017 -0200

    application: fix typo in app name

 src/gtd-application.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtd-application.c b/src/gtd-application.c
index 40d060c..19f8f82 100644
--- a/src/gtd-application.c
+++ b/src/gtd-application.c
@@ -73,7 +73,7 @@ static void           gtd_application_quit                        (GSimpleAction
 G_DEFINE_TYPE_WITH_PRIVATE (GtdApplication, gtd_application, GTK_TYPE_APPLICATION)
 
 static GOptionEntry cmd_options[] = {
-  { "quit", 'q', 0, G_OPTION_ARG_NONE, NULL, N_("Quit GNOME ToDo"), NULL }
+  { "quit", 'q', 0, G_OPTION_ARG_NONE, NULL, N_("Quit GNOME To Do"), NULL }
 };
 
 static const GActionEntry gtd_application_entries[] = {


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