[chrome-gnome-shell] connector: fixed Ctrl spelling.



commit 2e5b94c6041780fcdf04b2e145392eeb4f101cf0
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Wed Mar 15 07:10:43 2017 +0400

    connector: fixed Ctrl spelling.
    
    Thanks to vanillajonathan from Github.
    
    Closes: https://github.com/nE0sIghT/chrome-gnome-shell-mirror/pull/41

 connector/chrome-gnome-shell.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/connector/chrome-gnome-shell.py b/connector/chrome-gnome-shell.py
index 4b4a07f..5d49acb 100755
--- a/connector/chrome-gnome-shell.py
+++ b/connector/chrome-gnome-shell.py
@@ -551,7 +551,7 @@ class ChromeGNOMEShell(Gio.Application):
 
 
 if __name__ == '__main__':
-    debug('Main. Use CTRL+D to quit.')
+    debug('Main. Use Ctrl+D to quit.')
 
     run_as_service = False
     if '--gapplication-service' in sys.argv:


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