A generic touchscreen calibration program for X.Org
修订版 | af52242a4645d5f2745e46872c77b6616324f3f1 (tree) |
---|---|
时间 | 2010-09-12 05:34:50 |
作者 | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
lang: 'change to' instead of 'change by'
@@ -232,7 +232,7 @@ bool CalibratorEvdev::finish_data(const XYinfo new_axys, int swap_xy) | ||
232 | 232 | printf(" Option \"SwapAxes\" \"%d\"\n", new_swap_xy); |
233 | 233 | printf("EndSection\n"); |
234 | 234 | 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); | |
236 | 236 | } else { |
237 | 237 | // create startup script |
238 | 238 | printf(" Install the 'xinput' tool and copy the command(s) below in a script that starts with your X session\n"); |
@@ -85,7 +85,7 @@ bool CalibratorXorgPrint::finish_data(const XYinfo new_axys, int swap_xy) | ||
85 | 85 | |
86 | 86 | |
87 | 87 | 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); | |
89 | 89 | |
90 | 90 | return true; |
91 | 91 | } |