From a198dfe3d81c22872cab730a1444155d6c76cfe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Fri, 13 Apr 2018 21:52:32 +0200 Subject: [PATCH] thunderbolt: capitalize Thunderbolt in a translatable string --- js/ui/status/thunderbolt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/thunderbolt.js b/js/ui/status/thunderbolt.js index 6c97ac832..6f563c1e0 100644 --- a/js/ui/status/thunderbolt.js +++ b/js/ui/status/thunderbolt.js @@ -354,7 +354,7 @@ var Indicator = new Lang.Class({ _onEnrollFailed(obj, device, error) { const title = _('Thunderbolt authorization error'); - const body = _('Could not authorize the thunderbolt device: %s'.format(error.message)); + const body = _('Could not authorize the Thunderbolt device: %s'.format(error.message)); this._notify(title, body); }