Maintenance: Improve translatable source strings by using ellipsis (…) rather than three dots (...).
This commit is contained in:
parent
210c8e6159
commit
ccce4342d1
2 changed files with 3 additions and 7 deletions
|
@ -599,13 +599,13 @@
|
|||
textmodule.emptyResultsContainer()
|
||||
|
||||
if(!term) {
|
||||
var element = $('<li>').text(App.i18n.translateInline('Start typing to search in Knowledge Base...'))
|
||||
var element = $('<li>').text(App.i18n.translateInline('Start typing to search in Knowledge Base…'))
|
||||
textmodule.appendResults(element)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
var element = $('<li>').text(App.i18n.translateInline('Loading...'))
|
||||
var element = $('<li>').text(App.i18n.translateInline('Loading…'))
|
||||
textmodule.appendResults(element)
|
||||
|
||||
App.Delay.set(function() {
|
||||
|
|
|
@ -5455,10 +5455,6 @@ msgstr ""
|
|||
msgid "Load"
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/lib/base/jquery.textmodule.js
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/lib/app_post/task_manager.coffee
|
||||
#: app/assets/javascripts/app/lib/base/jquery.textmodule.js
|
||||
#: app/assets/javascripts/app/views/generic/page_loading.jst.eco
|
||||
|
@ -8412,7 +8408,7 @@ msgid "Start typing to search for users…"
|
|||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/lib/base/jquery.textmodule.js
|
||||
msgid "Start typing to search in Knowledge Base..."
|
||||
msgid "Start typing to search in Knowledge Base…"
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco
|
||||
|
|
Loading…
Reference in a new issue