[gnome-shell] thunderbolt: capitalize Thunderbolt in a translatable string



commit a198dfe3d81c22872cab730a1444155d6c76cfe8
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Apr 13 21:52:32 2018 +0200

    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);
     }
 


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