openuriportal: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Nov 2022 18:04:10 +0000 (13:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Dec 2022 16:05:48 +0000 (11:05 -0500)
There were some copy-paste errors.

gtk/gopenuriportal.c

index 6c9b2323b85832983fc63bf951fb981c54bc6595..8311d27f6b87ded648277940e7b1300a0966f111 100644 (file)
@@ -61,7 +61,7 @@ init_openuri_portal (void)
                                                   NULL, &error);
           if (openuri == NULL)
             {
-              g_warning ("Cannot create document portal proxy: %s", error->message);
+              g_warning ("Cannot create OpenURI portal proxy: %s", error->message);
               g_error_free (error);
             }
 
@@ -69,7 +69,7 @@ init_openuri_portal (void)
         }
       else
         {
-          g_warning ("Cannot connect to session bus when initializing document portal: %s",
+          g_warning ("Cannot connect to session bus when initializing OpenURI portal: %s",
                      error->message);
           g_error_free (error);
         }