Missing .mo file update
[redakcja.git] / redakcja / static / js / wiki / view_search.js
index 15f8e2e..e41f19d 100644 (file)
@@ -7,6 +7,7 @@
         var old_callback = options.callback || function() { };
 
         this.noupdate_hash_onenter = true;
+        this.vsplitbar = 'ZNAJDŹ I ZAMIEŃ';
 
         options.callback = function(){
             var self = this;
         else {}
         self.searchCursor.select();
         self.searchCursor.replace(query);
-        self.search();
+        if(self.options['replace-all']) {
+            while(self.search())
+                self.replace();
+        }
     };
 
     SearchPerspective.prototype.onEnter = function(success, failure){