[gnome-software] odrs: Fix case in an error message



commit 722df0eabc7a6a908eece18f687a4fb138c8cbea
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Dec 3 14:48:57 2019 +0000

    odrs: Fix case in an error message
    
    It’s not a translatable string, though.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 plugins/odrs/gs-plugin-odrs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/odrs/gs-plugin-odrs.c b/plugins/odrs/gs-plugin-odrs.c
index 167d7e5f..b033e65b 100644
--- a/plugins/odrs/gs-plugin-odrs.c
+++ b/plugins/odrs/gs-plugin-odrs.c
@@ -472,7 +472,7 @@ gs_plugin_odrs_json_post (SoupSession *session,
                g_set_error (error,
                              GS_PLUGIN_ERROR,
                              GS_PLUGIN_ERROR_FAILED,
-                             "Failed to set submit review to ODRS: %s", soup_status_get_phrase 
(status_code));
+                             "Failed to submit review to ODRS: %s", soup_status_get_phrase (status_code));
                return FALSE;
        }
 


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