LCL: fix typos in string constants

git-svn-id: trunk@25591 -
This commit is contained in:
maxim 2010-05-23 22:03:02 +00:00
parent d7947be5e9
commit d05c811fe0

View File

@ -161,7 +161,7 @@ resourceString
+'styles are available on all platforms. If style param does not exist ' +'styles are available on all platforms. If style param does not exist '
+'Qt will start an application with default common style (windows).'; +'Qt will start an application with default common style (windows).';
rsqtOptionStyleSheet = '-stylesheet stylesheet or -stylesheet=stylesheet, ' rsqtOptionStyleSheet = '-stylesheet stylesheet or -stylesheet=stylesheet, '
+'sets the application styleSheet. ' +'sets the application Style Sheet. '
+'The value must be a path to a file that contains the Style Sheet. ' +'The value must be a path to a file that contains the Style Sheet. '
+'Note: Relative URLs in the Style Sheet file are relative ' +'Note: Relative URLs in the Style Sheet file are relative '
+'to the Style Sheet file''s path.'; +'to the Style Sheet file''s path.';
@ -174,7 +174,7 @@ resourceString
+'number of widgets left undestroyed and maximum number of widgets existed ' +'number of widgets left undestroyed and maximum number of widgets existed '
+'at the same time.'; +'at the same time.';
rsqtOptionReverse = '-reverse, sets the application''s layout direction ' rsqtOptionReverse = '-reverse, sets the application''s layout direction '
+'to Qt::RightToLeft'; +'to Qt::RightToLeft.';
// qt X11 options // qt X11 options
rsqtOptionX11Display = '-display display, sets the X display ' rsqtOptionX11Display = '-display display, sets the X display '
+'(default is $DISPLAY).'; +'(default is $DISPLAY).';
@ -202,9 +202,9 @@ resourceString
rsqtOptionX11CMap = '-cmap, causes the application to install a private ' rsqtOptionX11CMap = '-cmap, causes the application to install a private '
+'color map on an 8-bit display.'; +'color map on an 8-bit display.';
rsqtOptionX11IM = '-im, sets the input method server (equivalent to setting ' rsqtOptionX11IM = '-im, sets the input method server (equivalent to setting '
+'the XMODIFIERS environment variable)'; +'the XMODIFIERS environment variable).';
rsqtOptionX11InputStyle = '-inputstyle, defines how the input is inserted ' rsqtOptionX11InputStyle = '-inputstyle, defines how the input is inserted '
+'into the given widget, e.g., onTheSpot makes the input appear directly ' +'into the given widget, e.g. onTheSpot makes the input appear directly '
+'in the widget, while overTheSpot makes the input appear in a box ' +'in the widget, while overTheSpot makes the input appear in a box '
+'floating over the widget and is not inserted until the editing is done.'; +'floating over the widget and is not inserted until the editing is done.';