Browse Source

[svn r12992] fix a missing langvar

Eric Marguin 17 years ago
parent
commit
3524577ef3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/dropbox/dropbox_functions.inc.php

+ 1 - 1
main/dropbox/dropbox_functions.inc.php

@@ -1067,7 +1067,7 @@ function feedback_form()
 	$number_users_who_see_file=mysql_num_rows($result);
 	if ($number_users_who_see_file>1)
 	{
-		$return .= '<textarea name="feedback" style="width: 80%; height: 80px;"></textarea><br /><input type="submit" name="store_feedback" value="'.get_lang('Submit').'">';
+		$return .= '<textarea name="feedback" style="width: 80%; height: 80px;"></textarea><br /><input type="submit" name="store_feedback" value="'.get_lang('Ok').'">';
 	}
 	else
 	{