Code

Fixed misinterpretion of filter apply
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Nov 2005 11:06:09 +0000 (11:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Nov 2005 11:06:09 +0000 (11:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2066 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index b4d908e15bf8a37fc7b5afa89a105d1435b5e525..467e2729bbbd5dca3945cbf636068a9e3da3dbf7 100644 (file)
@@ -1299,7 +1299,7 @@ function apply_filter()
 
   $apply= ''.
     '<table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;"><tr><td width="100%" align="right">'.
-    '<input type="submit" name="apply" value="'._("Apply").'"></td></tr></table>';
+    '<input type="submit" name="apply" value="'._("Apply filter").'"></td></tr></table>';
 
   return ($apply);
 }