summaryrefslogtreecommitdiff
path: root/cups/http-support.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-08-08 12:27:02 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-08-08 12:27:02 -0400
commitd84348da1172184ed0f6c0aac3cfa6cdbec276d8 (patch)
treed80190863bdcfac900143c060efbf1beaa03d466 /cups/http-support.c
parent3db07540030c4abc0fa9e767775bebbfff63a7da (diff)
downloadcups-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.c2
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))
{