diff options
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/locale.lua b/core/locale.lua index 930f1151..ae89ae18 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -84,8 +84,8 @@ FIND_NO_RESULTS = 'No results found' FIND_ERROR_DIALOG_TITLE = 'Error' -- An error occured: FIND_ERROR_DIALOG_TEXT = 'An error occured' --- replacement(s) made -FIND_REPLACEMENTS_MADE = 'replacement(s) made' +-- "%d replacement(s) made" +FIND_REPLACEMENTS_MADE = '%d replacement(s) made' -- core/ext/keys.lua |