]> git.openstreetmap.org Git - rails.git/blobdiff - lib/editors.rb
Localisation updates from https://translatewiki.net.
[rails.git] / lib / editors.rb
index 1c5427b9431bf284d09b8c92e2112d8545c95742..21f64622814f93cedd6909eb10a19f2daa8f7ad6 100644 (file)
@@ -1,4 +1,4 @@
 module Editors
-  ALL_EDITORS = %w(potlatch potlatch2 id remote)
-  RECOMMENDED_EDITORS = %w(id potlatch2 remote)
+  ALL_EDITORS = %w(potlatch potlatch2 id remote).freeze
+  RECOMMENDED_EDITORS = %w(id potlatch2 remote).freeze
 end