@@ -41,16 +41,16 @@ class DeleteService(tables.DeleteAction):
4141 @staticmethod
4242 def action_present (count ):
4343 return ngettext_lazy (
44- u "Delete Service" ,
45- u "Delete Services" ,
44+ "Delete Service" ,
45+ "Delete Services" ,
4646 count
4747 )
4848
4949 @staticmethod
5050 def action_past (count ):
5151 return ngettext_lazy (
52- u "Deleted Service" ,
53- u "Deleted Services" ,
52+ "Deleted Service" ,
53+ "Deleted Services" ,
5454 count
5555 )
5656
@@ -103,16 +103,16 @@ class DeleteGroup(tables.DeleteAction):
103103 @staticmethod
104104 def action_present (count ):
105105 return ngettext_lazy (
106- u "Delete Group" ,
107- u "Delete Groups" ,
106+ "Delete Group" ,
107+ "Delete Groups" ,
108108 count
109109 )
110110
111111 @staticmethod
112112 def action_past (count ):
113113 return ngettext_lazy (
114- u "Deleted Group" ,
115- u "Deleted Groups" ,
114+ "Deleted Group" ,
115+ "Deleted Groups" ,
116116 count
117117 )
118118
@@ -190,16 +190,16 @@ class DeleteServiceThreshold(tables.DeleteAction):
190190 @staticmethod
191191 def action_present (count ):
192192 return ngettext_lazy (
193- u "Delete Service Threshold" ,
194- u "Delete Service Thresholds" ,
193+ "Delete Service Threshold" ,
194+ "Delete Service Thresholds" ,
195195 count
196196 )
197197
198198 @staticmethod
199199 def action_past (count ):
200200 return ngettext_lazy (
201- u "Deleted Service Threshold" ,
202- u "Deleted Service Thresholds" ,
201+ "Deleted Service Threshold" ,
202+ "Deleted Service Thresholds" ,
203203 count
204204 )
205205
@@ -217,16 +217,16 @@ class DeleteFieldThreshold(tables.DeleteAction):
217217 @staticmethod
218218 def action_present (count ):
219219 return ngettext_lazy (
220- u "Delete Field Threshold" ,
221- u "Delete Field Thresholds" ,
220+ "Delete Field Threshold" ,
221+ "Delete Field Thresholds" ,
222222 count
223223 )
224224
225225 @staticmethod
226226 def action_past (count ):
227227 return ngettext_lazy (
228- u "Deleted Field Threshold" ,
229- u "Deleted Field Thresholds" ,
228+ "Deleted Field Threshold" ,
229+ "Deleted Field Thresholds" ,
230230 count
231231 )
232232
@@ -357,16 +357,16 @@ class DeleteField(tables.DeleteAction):
357357 @staticmethod
358358 def action_present (count ):
359359 return ngettext_lazy (
360- u "Delete Field" ,
361- u "Delete Fields" ,
360+ "Delete Field" ,
361+ "Delete Fields" ,
362362 count
363363 )
364364
365365 @staticmethod
366366 def action_past (count ):
367367 return ngettext_lazy (
368- u "Deleted Field" ,
369- u "Deleted Fields" ,
368+ "Deleted Field" ,
369+ "Deleted Fields" ,
370370 count
371371 )
372372
@@ -429,16 +429,16 @@ class DeleteMapping(tables.DeleteAction):
429429 @staticmethod
430430 def action_present (count ):
431431 return ngettext_lazy (
432- u "Delete Mapping" ,
433- u "Delete Mappings" ,
432+ "Delete Mapping" ,
433+ "Delete Mappings" ,
434434 count
435435 )
436436
437437 @staticmethod
438438 def action_past (count ):
439439 return ngettext_lazy (
440- u "Deleted Mapping" ,
441- u "Deleted Mappings" ,
440+ "Deleted Mapping" ,
441+ "Deleted Mappings" ,
442442 count
443443 )
444444
0 commit comments