diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/image_list.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/image_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/image_list.html b/ratatoeskr/templates/src/systemtemplates/image_list.html index 81cbc41..bd985f8 100644 --- a/ratatoeskr/templates/src/systemtemplates/image_list.html +++ b/ratatoeskr/templates/src/systemtemplates/image_list.html @@ -57,8 +57,8 @@ <div> <input type="submit" name="delete" value="<ste:get_translation for='delete' />" /> <select name="really_delete"> - <option value="no" selected="selected"><ste:get_translation for="notext_default" /></option> - <option value="yes"><ste:get_translation for="yestext_default" /></option> + <option value="no" selected="selected"><ste:get_translation for="no" /></option> + <option value="yes"><ste:get_translation for="yes" /></option> </select> </div> </form> |