summaryrefslogtreecommitdiff
path: root/src/ui.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-19 18:33:53 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-19 18:33:53 +0100
commitda5f92dbdce7f4679f6aaa2f33c2461c973c2a0f (patch)
treea4decb3fe97aba172c30db754559b23ce1bb0bbc /src/ui.vala
parentfe44d759709d55ef406f799e55c0d0edd7c72ea1 (diff)
parent42999abb9e2e1d13125f6d0e1c434e3235bf49a2 (diff)
Merge tag 'upstream/3.19.3'
Upstream version 3.19.3
Diffstat (limited to 'src/ui.vala')
-rw-r--r--src/ui.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.vala b/src/ui.vala
index a66db50..c16ab60 100644
--- a/src/ui.vala
+++ b/src/ui.vala
@@ -1596,7 +1596,7 @@ public class UserInterface : Gtk.ApplicationWindow
/* Message to indicate an Epson scanner has been detected */
message = _("You appear to have an Epson scanner.");
/* Instructions on how to install Epson scanner drivers */
- instructions = _("Drivers for this are available on the <a href=\"http://support.epsom.com\">Epson website</a>.");
+ instructions = _("Drivers for this are available on the <a href=\"http://support.epson.com\">Epson website</a>.");
break;
}
var dialog = new Gtk.Dialog.with_buttons (/* Title of dialog giving instructions on how to install drivers */