• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

修订版af52242a4645d5f2745e46872c77b6616324f3f1 (tree)
时间2010-09-12 05:34:50
作者Tias Guns <tias@ulys...>
CommiterTias Guns

Log Message

lang: 'change to' instead of 'change by'

更改概述

差异

--- a/src/calibrator/calibratorEvdev.cpp
+++ b/src/calibrator/calibratorEvdev.cpp
@@ -232,7 +232,7 @@ bool CalibratorEvdev::finish_data(const XYinfo new_axys, int swap_xy)
232232 printf(" Option \"SwapAxes\" \"%d\"\n", new_swap_xy);
233233 printf("EndSection\n");
234234 if (not_sysfs_name)
235- printf("\nChange '%s' by your device's name, in the snippet above.\n", sysfs_name);
235+ printf("\nChange '%s' to your device's name in the snippet above.\n", sysfs_name);
236236 } else {
237237 // create startup script
238238 printf(" Install the 'xinput' tool and copy the command(s) below in a script that starts with your X session\n");
--- a/src/calibrator/calibratorXorgPrint.cpp
+++ b/src/calibrator/calibratorXorgPrint.cpp
@@ -85,7 +85,7 @@ bool CalibratorXorgPrint::finish_data(const XYinfo new_axys, int swap_xy)
8585
8686
8787 if (not_sysfs_name)
88- printf("\nChange '%s' by your device's name, in the configs above.\n", sysfs_name);
88+ printf("\nChange '%s' to your device's name in the config above.\n", sysfs_name);
8989
9090 return true;
9191 }