Fix a typo in en locale

master
Daniel Berteaud 11 years ago
parent 439739efe7
commit ede328dfc5
  1. 2
      lib/Vroom/I18N/en.pm

@ -58,7 +58,7 @@ our %Lexicon = (
"CANT_SEND_TO_s" => "Couldn't send message to %s", "CANT_SEND_TO_s" => "Couldn't send message to %s",
"SCREEN_s" => "%s's screen", "SCREEN_s" => "%s's screen",
"BROWSER_NOT_SUPPORTED" => "Browser not supported", "BROWSER_NOT_SUPPORTED" => "Browser not supported",
"NO_WEBRTC_SUPPORT" => "Sorry, but the video conference will not workd because your web browser doesn't have the " . "NO_WEBRTC_SUPPORT" => "Sorry, but the video conference will not work because your web browser doesn't have the " .
"required functionnalities. We recommand you download one of the following browsers " . "required functionnalities. We recommand you download one of the following browsers " .
"which support the latest web technologies required to use VROOM", "which support the latest web technologies required to use VROOM",
"HOME" => "Home", "HOME" => "Home",

Loading…
Cancel
Save