[five-or-more] Fix spelling of the app name



commit 5ef3fe6bfd05ebf58c6bb4246b0ba490afcb77f0
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Mar 21 20:14:28 2018 +0100

    Fix spelling of the app name

 src/five-or-more.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/five-or-more.c b/src/five-or-more.c
index 4a68b11..4723885 100644
--- a/src/five-or-more.c
+++ b/src/five-or-more.c
@@ -67,7 +67,7 @@ main (int argc, char *argv[])
     exit (1);
   }
 
-  g_set_application_name (_("Five Or More"));
+  g_set_application_name (_("Five or More"));
 
   gtk_window_set_default_icon_name ("five-or-more");
 


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