[ingo] inconsist msg in -HEAD (patch attached)

Rong-en Fan rafan at csie.org
Sun Jul 27 23:24:26 PDT 2003


Hi,

in rule.php & blacklist.php they use "Changes Saved" and
"Changes saved", however in other files they uses "Changes saved."

so, here is a patch for this :)

rafan

-------------- next part --------------
--- horde.orig/ingo/blacklist.php	Sat Jul 19 12:51:40 2003
+++ horde/ingo/blacklist.php	Mon Jul 28 14:19:50 2003
@@ -58,7 +58,7 @@
         if (!$ingo_storage->store($blacklist)) {
             $notification->push("Error saving changes.", 'horde.error');
         } else {
-            $notification->push(_("Changes saved"), 'horde.success');
+            $notification->push(_("Changes saved."), 'horde.success');
         }
     }
 
--- horde.orig/ingo/rule.php	Sun Jul 27 09:22:47 2003
+++ horde/ingo/rule.php	Mon Jul 28 14:19:59 2003
@@ -94,7 +94,7 @@
             $filters->updateRule($rule, $edit_number);
         } 
         $ingo_storage->store($filters);
-        $notification->push(_("Changes Saved"), 'horde.success');
+        $notification->push(_("Changes saved."), 'horde.success');
  
         if ($prefs->getValue('auto_update')) {
             Ingo::updateScript();


More information about the ingo mailing list