From 28a23a2d41f64d0f0c0d55db7ada9e7aee5ab1a8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Feb 2015 09:47:05 +0100 Subject: [PATCH] Fix broken en locale file --- lib/Vroom/I18N/en.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index ff83756..b881026 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -162,7 +162,7 @@ our %Lexicon = ( "your meeting", "TOOLTIP_ASK_FOR_NAME" => "Everyone will be be asked for their name before they can join the room", "TOOLTIP_PASSWORD_PROTECT" => "This password will be needed to join the room", - "TOOLTIP_RESERVE_THIS_ROOM" => "If this password is set, you'll be able to access the configuration menus ", + "TOOLTIP_RESERVE_THIS_ROOM" => "If this password is set, you'll be able to access the configuration menus ". "next time you connect", "TOOLTIP_PERSISTENT" => "The room will be persistent (kept forever)", "TOOLTIP_NOTIFICATION_ON_JOIN" => "One or more email addresse(s) which will be notified when someone joins the room",