[genius] minor string fix



commit d5e3944089231a4434085f399bb45fca0f1ec746
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Wed Apr 24 16:57:49 2013 -0500

    minor string fix

 src/genius.c       |    4 ++--
 src/gnome-genius.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/genius.c b/src/genius.c
index e2a3894..7d534fa 100644
--- a/src/genius.c
+++ b/src/genius.c
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 1997-2012 Jiri (George) Lebl
+ * Copyright (C) 1997-2013 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *
@@ -531,7 +531,7 @@ main(int argc, char *argv[])
                           "%s\n"
                           "This is free software with ABSOLUTELY NO WARRANTY.\n"
                           "For license details type `warranty'.\n"
-                          "For help type 'manual' or 'help'.%s\n\n"),
+                          "For help type `manual' or `help'.%s\n\n"),
                         VERSION,
                         _(GENIUS_COPYRIGHT_STRING),
                         get_version_details ());
diff --git a/src/gnome-genius.c b/src/gnome-genius.c
index c143a30..318cec0 100644
--- a/src/gnome-genius.c
+++ b/src/gnome-genius.c
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 1997-2012 Jiri (George) Lebl
+ * Copyright (C) 1997-2013 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *
@@ -5085,7 +5085,7 @@ main (int argc, char *argv[])
                             "%s\n"
                             "This is free software with ABSOLUTELY NO WARRANTY.\n"
                             "For license details type `%swarranty%s'.\n"
-                            "For help type '%smanual%s' or '%shelp%s'.%s\n\n"),
+                            "For help type `%smanual%s' or `%shelp%s'.%s\n\n"),
                           "\e[0;32m" /* green */,
                           "\e[0m" /* white on black */,
                           VERSION,


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