[haiku-commits] r36770 - haiku/trunk/src/preferences/touchpad

  • From: clemens.zeidler@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 9 May 2010 06:07:44 +0200 (CEST)

Author: czeidler
Date: 2010-05-09 06:07:44 +0200 (Sun, 09 May 2010)
New Revision: 36770
Changeset: http://dev.haiku-os.org/changeset/36770/haiku
Ticket: http://dev.haiku-os.org/ticket/5834

Modified:
   haiku/trunk/src/preferences/touchpad/TouchpadPrefView.cpp
Log:
Fix #5834 as proposed by kallisti5.

Modified: haiku/trunk/src/preferences/touchpad/TouchpadPrefView.cpp
===================================================================
--- haiku/trunk/src/preferences/touchpad/TouchpadPrefView.cpp   2010-05-08 
23:55:15 UTC (rev 36769)
+++ haiku/trunk/src/preferences/touchpad/TouchpadPrefView.cpp   2010-05-09 
04:07:44 UTC (rev 36770)
@@ -95,8 +95,9 @@
        int32 result = 0;
        if (GetRightScrollRatio() > 0.7 || GetBottomScrollRatio() > 0.7) {
                BAlert* alert = new BAlert("ReallyChangeScrollArea",
-                       "The new scroll area is very small. Do you really want 
to change "
-                               "it?", "OK", "Cancel", NULL, B_WIDTH_AS_USUAL,
+                       "The new scroll area is very large and may impede "
+                       "normal mouse operation. Do you really want to change"
+                       " it?", "OK", "Cancel", NULL, B_WIDTH_AS_USUAL,
                        B_WARNING_ALERT);
                result = alert->Go();
        }


Other related posts:

  • » [haiku-commits] r36770 - haiku/trunk/src/preferences/touchpad - clemens . zeidler