diff options
Diffstat (limited to 'core/js/oc-dialogs.js')
-rw-r--r-- | core/js/oc-dialogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index 7e059b4bbc0..92f256699af 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -326,7 +326,7 @@ var OCdialogs = { } }; buttonlist[0] = { - text: t('core', 'Ok'), + text: t('core', 'OK'), click: functionToCall, defaultButton: true }; |