summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-04-13 18:54:57 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2018-04-13 18:54:57 +0200
commit8d2fb2199e4eae63e435de7a647a70b0bd8d2c0b (patch)
treecf4a50e3503756164431be86c8e744a3872f0df3
parentda0172274f796baabf681a2e6a4f0b227febcd6c (diff)
downloadgnome-control-center-8d2fb2199e4eae63e435de7a647a70b0bd8d2c0b.tar.gz
thunderbolt: fix grammar in a translatable string
-rw-r--r--panels/thunderbolt/cc-bolt-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/panels/thunderbolt/cc-bolt-panel.c b/panels/thunderbolt/cc-bolt-panel.c
index e67e3625e..82fe1d9b7 100644
--- a/panels/thunderbolt/cc-bolt-panel.c
+++ b/panels/thunderbolt/cc-bolt-panel.c
@@ -185,8 +185,8 @@ bolt_client_ready (GObject *source,
return;
g_warning ("Could not create client: %s", err->message);
- text = _("The thunderbolt subsystem (boltd) is not installed or "
- "not setup properly.");
+ text = _("The Thunderbolt subsystem (boltd) is not installed or "
+ "not set up properly.");
gtk_label_set_label (panel->notb_details, text);
gtk_stack_set_visible_child_name (panel->container, "no-thunderbolt");