Skip to content

Commit

Permalink
Update keyboard/src/modules/Keyboard.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: jsrain <jsrain@suse.cz>
  • Loading branch information
lslezak and jsrain committed Nov 9, 2018
1 parent 32edc50 commit 8d321b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/src/modules/Keyboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def GetKeymapForLanguage(sys_language)
if kbd_descr != [] # keyboard found
return Ops.get_string(kbd_descr, [1, "ncurses"], "us.map.gz")
end
return "us.map.gz"
"us.map.gz"
end

# GetKeyboardForLanguage()
Expand Down

0 comments on commit 8d321b6

Please sign in to comment.