diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-19 18:33:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-19 18:33:40 +0100 |
commit | 42999abb9e2e1d13125f6d0e1c434e3235bf49a2 (patch) | |
tree | da675a164459896a760883e5aabdca02f7225cc4 /src | |
parent | 2add609936591c1eeb821a728e1aa951e1de20f5 (diff) |
Imported Upstream version 3.19.3upstream/3.19.3
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.c | 2 | ||||
-rw-r--r-- | src/ui.vala | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7518,7 +7518,7 @@ static void user_interface_install_drivers (UserInterface* self) { #line 1597 "/home/bob/bzr/simple-scan/trunk/src/ui.vala" message = _tmp20_; #line 1599 "/home/bob/bzr/simple-scan/trunk/src/ui.vala" - _tmp21_ = _ ("Drivers for this are available on the <a href=\"http://support.epsom.c" \ + _tmp21_ = _ ("Drivers for this are available on the <a href=\"http://support.epson.c" \ "om\">Epson website</a>."); #line 1599 "/home/bob/bzr/simple-scan/trunk/src/ui.vala" _tmp22_ = g_strdup (_tmp21_); 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 */ |