[gnome-builder] rust-analyzer: remove period from title



commit 9a4c08e63b4739b2086e7eb769f51d26a5b15726
Author: Christian Hergert <chergert redhat com>
Date:   Wed Aug 25 15:12:07 2021 -0700

    rust-analyzer: remove period from title

 src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c 
b/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
index 51ec58a96..174aeaaf6 100644
--- a/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
+++ b/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
@@ -320,7 +320,7 @@ rust_analyzer_pipeline_addin_prepare (IdePipelineAddin *addin,
 
   notif = ide_notification_new ();
   ide_notification_set_id (notif, "org.gnome.builder.rust-analyzer");
-  ide_notification_set_title (notif, "Could not find rust-analyzer.");
+  ide_notification_set_title (notif, "Could not find rust-analyzer");
   ide_notification_set_body (notif, "Install rust-analyzer in your PATH or using rustup, or use the Rust 
flatpak extension in your manifest.");
   ide_notification_set_urgent (notif, TRUE);
   ide_notification_attach (notif, IDE_OBJECT (pipeline));


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