Changeset 81
- Timestamp:
- 04/20/05 11:57:39 (8 years ago)
- Location:
- trunk/plugins/TableOperations
- Files:
-
- 2 modified
-
lang/de.js (modified) (1 diff)
-
table-operations.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/TableOperations/lang/de.js
r60 r81 78 78 "HTMLArea cowardly refuses to delete the last row in table.": "Letzte Reihe in dieser Tabelle kann nicht gelöscht werden", 79 79 "percent": "%", 80 "pixels": "Pixel" 80 "pixels": "Pixel", 81 "OK": "OK", 82 "Cancel": "Abbrechen" 81 83 } -
trunk/plugins/TableOperations/table-operations.js
r60 r81 272 272 p.appendChild(st_layout); 273 273 dialog.modal = true; 274 dialog.addButtons(" ok", "cancel");274 dialog.addButtons("OK", "Cancel"); 275 275 dialog.showAtElement(dialog.editor._iframe, "c"); 276 276 }); … … 373 373 p.appendChild(st_layout); 374 374 dialog.modal = true; 375 dialog.addButtons(" ok", "cancel");375 dialog.addButtons("OK", "Cancel"); 376 376 dialog.showAtElement(dialog.editor._iframe, "c"); 377 377 });
