diff options
author | Michael R Sweet <michaelrsweet@gmail.com> | 2016-08-08 12:27:02 -0400 |
---|---|---|
committer | Michael R Sweet <michaelrsweet@gmail.com> | 2016-08-08 12:27:02 -0400 |
commit | d84348da1172184ed0f6c0aac3cfa6cdbec276d8 (patch) | |
tree | d80190863bdcfac900143c060efbf1beaa03d466 /cups/http-support.c | |
parent | 3db07540030c4abc0fa9e767775bebbfff63a7da (diff) | |
download | cups-d84348da1172184ed0f6c0aac3cfa6cdbec276d8.tar.gz |
Update localizations.
Drop ellipsis from "Looking for printer" message.
Diffstat (limited to 'cups/http-support.c')
-rw-r--r-- | cups/http-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/http-support.c b/cups/http-support.c index 2af48148e..21776d70e 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -1724,7 +1724,7 @@ _httpResolveURI( while (time(NULL) < end_time) { if (options & _HTTP_RESOLVE_STDERR) - _cupsLangPrintFilter(stderr, "INFO", _("Looking for printer...")); + _cupsLangPrintFilter(stderr, "INFO", _("Looking for printer.")); if (cb && !(*cb)(context)) { |