Browse Source

Added myself into AUTHORS.md

rsredsq 10 years ago
parent
commit
015f2cea8a
2 changed files with 5 additions and 3 deletions
  1. 2 0
      AUTHORS.md
  2. 3 3
      Script/AtomicEditor/ui/EditorStrings.ts

+ 2 - 0
AUTHORS.md

@@ -9,6 +9,8 @@
 
 - marynate (https://github.com/marynate)
 
+- rsredsq (https://github.com/rsredsq)
+
 
 ### Contribution Copyright and Licensing
 

+ 3 - 3
Script/AtomicEditor/ui/EditorStrings.ts

@@ -34,12 +34,12 @@ export class EditorString {
         var lookup = EditorString.lookup;
 
         var lookup = EditorString.lookup;
-        
+
         var shortcutKey;
-        if(Atomic.platform == "MacOSX") {
+        if (Atomic.platform == "MacOSX") {
             shortcutKey = "⌘";
         } else { // Windows and Linux
-            shortcutKey = "CTRL + "    
+            shortcutKey = "CTRL + "
         }
 
         lookup[StringID.RevealInFinder] = "Reveal in Finder";