[simple-scan] Change instruction for Samsung's scanners



commit 420ee2519571cb827c461cf4ac0ec97c88356956
Author: Bartosz Kosiorek <gang65 poczta onet pl>
Date:   Wed Apr 8 02:05:17 2020 +0200

    Change instruction for Samsung's scanners

 src/app-window.vala | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/app-window.vala b/src/app-window.vala
index 3ac66ce..04f526d 100644
--- a/src/app-window.vala
+++ b/src/app-window.vala
@@ -1631,8 +1631,9 @@ public class AppWindow : Gtk.ApplicationWindow
         case "samsung":
             /* Message to indicate a Samsung scanner has been detected */
             message = _("You appear to have a Samsung scanner.");
-            /* Instructions on how to install Samsung scanner drivers */
-            instructions = _("Drivers for this are available on the <a 
href=\"http://samsung.com/support\";>Samsung website</a>.");
+            /* Instructions on how to install Samsung scanner drivers.
+               Because HP acquired Samsung's global printing business in 2017, the support is made on HP 
site. */
+            instructions = _("Drivers for this are available on the <a href=\"https://support.hp.com\";>HP 
website</a> (HP acquired Samsung's printing business).");
             break;
         case "hpaio":
             /* Message to indicate a HP scanner has been detected */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]