• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

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

Révisionaf52242a4645d5f2745e46872c77b6616324f3f1 (tree)
l'heure2010-09-12 05:34:50
AuteurTias Guns <tias@ulys...>
CommiterTias Guns

Message de Log

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

Change Summary

Modification

--- 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 }