[gnome-builder] Use suggestion for notification body
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Use suggestion for notification body
- Date: Fri, 23 Jul 2021 22:29:40 +0000 (UTC)
commit b0a974a869f3a0d5dd5fd29f0c345ed2a29e3944
Author: Vanadiae <vanadiae35 gmail com>
Date: Fri Jul 23 21:44:55 2021 +0000
Use suggestion for notification body
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 1f3634fc9..ba709ea94 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_body (notif, "Install rust-analyzer in your PATH or use the flatpak extension");
+ 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]