From cb500659191f306ec135f13e34bc5dddb17e53b3 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Fri, 5 Feb 2021 16:10:53 -0800
Subject: [PATCH] Mend a few minor issues
---
docs/en/OPTIONS.txt | 12 ++++++------
docs/en/README.txt | 13 ++++++-------
docs/en/html/OPTIONS.html | 8 ++++----
docs/en/html/README.html | 8 ++++----
docs/es_ES.UTF-8/OPTIONS.txt | 12 ++++++------
docs/es_ES.UTF-8/README.txt | 13 ++++++-------
docs/es_ES.UTF-8/html/OPTIONS.html | 8 ++++----
docs/es_ES.UTF-8/html/README.html | 8 ++++----
docs/fr_FR.UTF-8/OPTIONS.txt | 12 ++++++------
docs/fr_FR.UTF-8/README.txt | 13 ++++++-------
docs/fr_FR.UTF-8/html/OPTIONS.html | 8 ++++----
docs/fr_FR.UTF-8/html/README.html | 8 ++++----
12 files changed, 60 insertions(+), 63 deletions(-)
diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt
index 850d677dc..2de49de8e 100644
--- a/docs/en/OPTIONS.txt
+++ b/docs/en/OPTIONS.txt
@@ -565,7 +565,7 @@ Windows Users
If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka ".tuxpaint" or "~")
+ in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
* Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder.
@@ -628,13 +628,13 @@ Windows Users
specific to the current user).
Tux Paint will search for subdirectories/subfolders named
- "brushes", "stamps", "3$brushes", "templates", and "fonts" under
+ "brushes", "stamps", "starters", "templates", and "fonts" under
the specified data directory.
If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka ".tuxpaint" or "~")
+ in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/
* Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder.
@@ -1497,9 +1497,9 @@ Setting Your Environment's Locale
"dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure
localeconf" (the "localeconf" package may need to be installed
- first), or you may need to edit the file "dpkg-reconfigure locales"
- first, and add locales they want, from the list found in
- "/var/lib/locales/supported.d/local".
+ first), or you may need to edit the file
+ "/var/lib/locales/supported.d/local" first, and add locales they
+ want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all
diff --git a/docs/en/README.txt b/docs/en/README.txt
index 14043883a..3d41ca643 100644
--- a/docs/en/README.txt
+++ b/docs/en/README.txt
@@ -563,7 +563,7 @@ Available Tools
been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.)
- Note: You can also press [Control] + [N] on the keyboard to
+ Note: You can also press [Control] + [O] on the keyboard to
bring up the 'Open' dialog.
----------------------------------------------------------------------
@@ -682,10 +682,9 @@ Available Tools
By default, Tux Paint only shows the printer
dialog (or, on Linux/Unix, runs the
- "altprintcommand"; e.g., "altprintcommand"
- instead of "kprinter") if the [Alt] (or
- [Option]) key is held while clicking the
- 'Print' button.
+ "altprintcommand"; e.g., "kprinter" instead of
+ "lpr") if the [Alt] (or [Option]) key is held
+ while clicking the 'Print' button.
However, this behavior can be changed. You can
have the printer dialog always appear by using
@@ -875,7 +874,7 @@ Using the import script, "tuxpaint-import"
Example:
$ tuxpaint-import grandma.jpg
- grandma.jpg -> /home/username/.tuxpaint/saved/20210205001249.png
+ grandma.jpg -> /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run.
@@ -917,7 +916,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59")
- Example: "20210205001249.png", for 5 February 2021 at 00:12:49.
+ Example: "20210205160922.png", for 5 February 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.)
diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html
index 3da3edaae..062f41b8e 100644
--- a/docs/en/html/OPTIONS.html
+++ b/docs/en/html/OPTIONS.html
@@ -794,7 +794,7 @@
If you do not override it, the default location is:
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka ".tuxpaint" or "~")
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
@@ -858,13 +858,13 @@
Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
- Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "3$brushes", "templates", and "fonts" under the specified data directory.
+ Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
If you do not override it, the default location is:
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka ".tuxpaint" or "~")
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
@@ -4756,7 +4756,7 @@
First, be sure the locale you want to use is enabled by editing the file "/etc/locale.gen" on your system and then running the program "locale-gen" as root.
- Note: Debian users may be able to simply run the command "dpkg-reconfigure locales" as root to bring up a configuration dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure localeconf" (the "localeconf" package may need to be installed first), or you may need to edit the file "dpkg-reconfigure locales" first, and add locales they want, from the list found in "/var/lib/locales/supported.d/local".
+ Note: Debian users may be able to simply run the command "dpkg-reconfigure locales" as root to bring up a configuration dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure localeconf" (the "localeconf" package may need to be installed first), or you may need to edit the file "/var/lib/locales/supported.d/local" first, and add locales they want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "~/.profile", "~/.bashrc", "~/.cshrc", etc.)
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index c37ea11d1..975032210 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -924,7 +924,7 @@
If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "Save," below.)
- Note: You can also press [Control] + [N] on the keyboard to bring up the 'Open' dialog.
+ Note: You can also press [Control] + [O] on the keyboard to bring up the 'Open' dialog.
@@ -1078,7 +1078,7 @@
-
- By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "altprintcommand" instead of "kprinter") if the [Alt] (or [Option]) key is held while clicking the 'Print' button.
+ By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "kprinter" instead of "lpr") if the [Alt] (or [Option]) key is held while clicking the 'Print' button.
However, this behavior can be changed. You can have the printer dialog always appear by using "--altprintalways" on the command-line, or "altprint=always" in Tux Paint's configuration file. Conversely, you can prevent the [Alt]/[Option] key from having any effect by using "--altprintnever", or "altprint=never".
@@ -1303,7 +1303,7 @@
$ tuxpaint-import grandma.jpg
grandma.jpg ->
- /home/username/.tuxpaint/saved/20210205001249.png
+ /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE
@@ -1351,7 +1351,7 @@
- Example: "20210205001249.png", for 5 February 2021 at 00:12:49.
+ Example: "20210205160922.png", for 5 February 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See above.)
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index 4c928b32d..fb95a09e6 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -565,7 +565,7 @@ Windows Users
If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka ".tuxpaint" or "~")
+ in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
* Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder.
@@ -628,13 +628,13 @@ Windows Users
specific to the current user).
Tux Paint will search for subdirectories/subfolders named
- "brushes", "stamps", "3$brushes", "templates", and "fonts" under
+ "brushes", "stamps", "starters", "templates", and "fonts" under
the specified data directory.
If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka ".tuxpaint" or "~")
+ in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/
* Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder.
@@ -1497,9 +1497,9 @@ Setting Your Environment's Locale
"dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure
localeconf" (the "localeconf" package may need to be installed
- first), or you may need to edit the file "dpkg-reconfigure locales"
- first, and add locales they want, from the list found in
- "/var/lib/locales/supported.d/local".
+ first), or you may need to edit the file
+ "/var/lib/locales/supported.d/local" first, and add locales they
+ want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all
diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt
index d2ce78cc3..9a9fc3253 100644
--- a/docs/es_ES.UTF-8/README.txt
+++ b/docs/es_ES.UTF-8/README.txt
@@ -563,7 +563,7 @@ Available Tools
been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.)
- Note: You can also press [Control] + [N] on the keyboard to
+ Note: You can also press [Control] + [O] on the keyboard to
bring up the 'Open' dialog.
----------------------------------------------------------------------
@@ -682,10 +682,9 @@ Available Tools
By default, Tux Paint only shows the printer
dialog (or, on Linux/Unix, runs the
- "altprintcommand"; e.g., "altprintcommand"
- instead of "kprinter") if the [Alt] (or
- [Option]) key is held while clicking the
- 'Print' button.
+ "altprintcommand"; e.g., "kprinter" instead of
+ "lpr") if the [Alt] (or [Option]) key is held
+ while clicking the 'Print' button.
However, this behavior can be changed. You can
have the printer dialog always appear by using
@@ -875,7 +874,7 @@ Using the import script, "tuxpaint-import"
Example:
$ tuxpaint-import grandma.jpg
- grandma.jpg -> /home/username/.tuxpaint/saved/20210204223210.png
+ grandma.jpg -> /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run.
@@ -917,7 +916,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59")
- Example: "20210204223210.png", for 4 febrero 2021 at 22:32:10.
+ Example: "20210205160922.png", for 5 febrero 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.)
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index a3b9e7ebd..287b9f93d 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -794,7 +794,7 @@
If you do not override it, the default location is:
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka ".tuxpaint" or "~")
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
@@ -858,13 +858,13 @@
Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
- Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "3$brushes", "templates", and "fonts" under the specified data directory.
+ Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
If you do not override it, the default location is:
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka ".tuxpaint" or "~")
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
@@ -4756,7 +4756,7 @@
First, be sure the locale you want to use is enabled by editing the file "/etc/locale.gen" on your system and then running the program "locale-gen" as root.
- Note: Debian users may be able to simply run the command "dpkg-reconfigure locales" as root to bring up a configuration dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure localeconf" (the "localeconf" package may need to be installed first), or you may need to edit the file "dpkg-reconfigure locales" first, and add locales they want, from the list found in "/var/lib/locales/supported.d/local".
+ Note: Debian users may be able to simply run the command "dpkg-reconfigure locales" as root to bring up a configuration dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure localeconf" (the "localeconf" package may need to be installed first), or you may need to edit the file "/var/lib/locales/supported.d/local" first, and add locales they want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "~/.profile", "~/.bashrc", "~/.cshrc", etc.)
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index 8d8a1bb76..e10a5a8c8 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -924,7 +924,7 @@
If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "Save," below.)
- Note: You can also press [Control] + [N] on the keyboard to bring up the 'Open' dialog.
+ Note: You can also press [Control] + [O] on the keyboard to bring up the 'Open' dialog.
@@ -1078,7 +1078,7 @@
-
- By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "altprintcommand" instead of "kprinter") if the [Alt] (or [Option]) key is held while clicking the 'Print' button.
+ By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "kprinter" instead of "lpr") if the [Alt] (or [Option]) key is held while clicking the 'Print' button.
However, this behavior can be changed. You can have the printer dialog always appear by using "--altprintalways" on the command-line, or "altprint=always" in Tux Paint's configuration file. Conversely, you can prevent the [Alt]/[Option] key from having any effect by using "--altprintnever", or "altprint=never".
@@ -1303,7 +1303,7 @@
$ tuxpaint-import grandma.jpg
grandma.jpg ->
- /home/username/.tuxpaint/saved/20210204223210.png
+ /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE
@@ -1351,7 +1351,7 @@
- Example: "20210204223210.png", for 4 febrero 2021 at 22:32:10.
+ Example: "20210205160922.png", for 5 febrero 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See above.)
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index 8a334a35d..6fbf2ea71 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -565,7 +565,7 @@ Windows Users
If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka ".tuxpaint" or "~")
+ in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
* Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder.
@@ -628,13 +628,13 @@ Windows Users
specific to the current user).
Tux Paint will search for subdirectories/subfolders named
- "brushes", "stamps", "3$brushes", "templates", and "fonts" under
+ "brushes", "stamps", "starters", "templates", and "fonts" under
the specified data directory.
If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka ".tuxpaint" or "~")
+ in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/
* Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder.
@@ -1497,9 +1497,9 @@ Setting Your Environment's Locale
"dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure
localeconf" (the "localeconf" package may need to be installed
- first), or you may need to edit the file "dpkg-reconfigure locales"
- first, and add locales they want, from the list found in
- "/var/lib/locales/supported.d/local".
+ first), or you may need to edit the file
+ "/var/lib/locales/supported.d/local" first, and add locales they
+ want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all
diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt
index 89c1270e9..87b8087e2 100644
--- a/docs/fr_FR.UTF-8/README.txt
+++ b/docs/fr_FR.UTF-8/README.txt
@@ -563,7 +563,7 @@ Available Tools
been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.)
- Note: You can also press [Control] + [N] on the keyboard to
+ Note: You can also press [Control] + [O] on the keyboard to
bring up the 'Open' dialog.
----------------------------------------------------------------------
@@ -682,10 +682,9 @@ Available Tools
By default, Tux Paint only shows the printer
dialog (or, on Linux/Unix, runs the
- "altprintcommand"; e.g., "altprintcommand"
- instead of "kprinter") if the [Alt] (or
- [Option]) key is held while clicking the
- 'Print' button.
+ "altprintcommand"; e.g., "kprinter" instead of
+ "lpr") if the [Alt] (or [Option]) key is held
+ while clicking the 'Print' button.
However, this behavior can be changed. You can
have the printer dialog always appear by using
@@ -875,7 +874,7 @@ Using the import script, "tuxpaint-import"
Example:
$ tuxpaint-import grandma.jpg
- grandma.jpg -> /home/username/.tuxpaint/saved/20210204223210.png
+ grandma.jpg -> /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run.
@@ -917,7 +916,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59")
- Example: "20210204223210.png", for 4 février 2021 at 22:32:10.
+ Example: "20210205160922.png", for 5 février 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.)
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index 49c58f77d..a6cc42b18 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -794,7 +794,7 @@
If you do not override it, the default location is:
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka ".tuxpaint" or "~")
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
@@ -858,13 +858,13 @@
Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
- Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "3$brushes", "templates", and "fonts" under the specified data directory.
+ Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
If you do not override it, the default location is:
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka ".tuxpaint" or "~")
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
@@ -4756,7 +4756,7 @@
First, be sure the locale you want to use is enabled by editing the file "/etc/locale.gen" on your system and then running the program "locale-gen" as root.
- Note: Debian users may be able to simply run the command "dpkg-reconfigure locales" as root to bring up a configuration dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure localeconf" (the "localeconf" package may need to be installed first), or you may need to edit the file "dpkg-reconfigure locales" first, and add locales they want, from the list found in "/var/lib/locales/supported.d/local".
+ Note: Debian users may be able to simply run the command "dpkg-reconfigure locales" as root to bring up a configuration dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure localeconf" (the "localeconf" package may need to be installed first), or you may need to edit the file "/var/lib/locales/supported.d/local" first, and add locales they want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "~/.profile", "~/.bashrc", "~/.cshrc", etc.)
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index d6de3eef5..26e418978 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -924,7 +924,7 @@
If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "Save," below.)
- Note: You can also press [Control] + [N] on the keyboard to bring up the 'Open' dialog.
+ Note: You can also press [Control] + [O] on the keyboard to bring up the 'Open' dialog.
@@ -1078,7 +1078,7 @@
-
- By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "altprintcommand" instead of "kprinter") if the [Alt] (or [Option]) key is held while clicking the 'Print' button.
+ By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "kprinter" instead of "lpr") if the [Alt] (or [Option]) key is held while clicking the 'Print' button.
However, this behavior can be changed. You can have the printer dialog always appear by using "--altprintalways" on the command-line, or "altprint=always" in Tux Paint's configuration file. Conversely, you can prevent the [Alt]/[Option] key from having any effect by using "--altprintnever", or "altprint=never".
@@ -1303,7 +1303,7 @@
$ tuxpaint-import grandma.jpg
grandma.jpg ->
- /home/username/.tuxpaint/saved/20210204223210.png
+ /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE
@@ -1351,7 +1351,7 @@
- Example: "20210204223210.png", for 4 février 2021 at 22:32:10.
+ Example: "20210205160922.png", for 5 février 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See above.)