diff options
author | Diego Martinez <kaeza@users.sf.net> | 2016-03-07 19:09:07 -0300 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2016-03-12 17:12:43 -0500 |
commit | 2c72f6da7b7595d2e180937f05f902c510ef1c14 (patch) | |
tree | d35836c6f3b45fc33eb978d66b77c9f10a2aa335 /src/settings_translation_file.cpp | |
parent | 37b4f0d34c73de58e0f5d153b7e699dc7430e23d (diff) | |
download | minetest-2c72f6da7b7595d2e180937f05f902c510ef1c14.tar.gz minetest-2c72f6da7b7595d2e180937f05f902c510ef1c14.tar.bz2 minetest-2c72f6da7b7595d2e180937f05f902c510ef1c14.zip |
Add options for screenshot format and quality
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r-- | src/settings_translation_file.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index e92a34cba..f115bc011 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -272,6 +272,10 @@ fake_function() { gettext("Fallback font shadow alpha"); gettext("Screenshot folder"); gettext("Path to save screenshots at."); + gettext("Screenshot format"); + gettext("Format of screenshots."); + gettext("Screenshot quality"); + gettext("Screenshot quality. Only used for JPEG format.\n1 means worst quality; 100 means best quality.\nUse 0 for default quality."); gettext("Advanced"); gettext("DPI"); gettext("Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens."); |