[gnome-control-center] debug: Fix copy-pasta mistake



commit 02b0d5931cf3ef1c055c6d864dd58dfd481bbead
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Apr 7 18:49:39 2018 -0300

    debug: Fix copy-pasta mistake
    
    Now people now where did I copied it from!

 shell/cc-debug.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/cc-debug.h.in b/shell/cc-debug.h.in
index 72962970d..226f82e03 100644
--- a/shell/cc-debug.h.in
+++ b/shell/cc-debug.h.in
@@ -27,7 +27,7 @@
  * @stability:stable
  *
  * Macros used for tracing and debugging code. These
- * are only valid when Calendar is compiled with tracing
+ * are only valid when Settings is compiled with tracing
  * suppoer (pass `--enable-tracing` to the configure
  * script to do that).
  */
@@ -204,7 +204,7 @@ G_BEGIN_DECLS
 #define _CC_BUG(Component, Description, File, Line, Func, ...)                        \
   G_STMT_START {                                                                        \
     g_printerr ("-----------------------------------------------------------------\n"); \
-    g_printerr ("You've found a bug in Calendar or one of its dependent libraries.\n"); \
+    g_printerr ("You've found a bug in Settings or one of its dependent libraries.\n"); \
     g_printerr ("Please help us help you by filing a bug report at:\n");                \
     g_printerr ("\n");                                                                  \
     g_printerr ("@BUGREPORT_URL@&component=%s\n", Component);                           \


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