diff options
author | Robert Zorko <robertz@gurucue.com> | 2015-10-19 13:45:21 +0200 |
---|---|---|
committer | Robert Zorko <robertz@gurucue.com> | 2015-10-19 13:45:21 +0200 |
commit | bea986b587a8e61234430bc1144609e1a5f117b4 (patch) | |
tree | 5878d31f67bce7a46d0b16ca383c3099593d82b2 /index.html | |
parent | db188516cbd72d6bdc067370af70d1e7cc0d1f52 (diff) |
added translation for the recent addtions to the settings screen
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -397,14 +397,14 @@ <div class="form-group" id="gui_layout_select_form_group"> <span class="small" data-tkey="layout_select" >Layout</span> <select class="form-control" id="gui_layout_select"> - <option value="line-layout">Line</option> - <option value="square-layout">Square</option> + <option value="line-layout" data-tkey="line_layout">Line</option> + <option value="square-layout" data-tkey="square_layout">Square</option> </select> </div> </form> </div> <div class="panel-footer text-center"> - <button type="button" class="btn btn-default" id="settings_cancel_btn">Close</button> + <button type="button" class="btn btn-default" id="settings_cancel_btn" data-tkey="settings_cancel_btn">Close</button> <input form="settingsForm" type="submit" class="btn btn-primary" id="settings_save_btn" data-tkey-value="save" value="Save"/> </div> </div> |