summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-01-26 16:39:37 +0700
committerAlexander V. Wolf <alex.v.wolf@gmail.com>2022-01-26 16:39:37 +0700
commit87f9f7d6abc1ecf26d2134d1e3f9d8d14341cce9 (patch)
tree35ee1e74f5b25a69fabaec6c129a13659d7aa0f6
parentd8d454b307cbf59d0a70941c6bb3995f504613c9 (diff)
a small improvement
-rw-r--r--po/stellarium/stellarium.pot4
-rw-r--r--src/gui/AstroCalcDialog.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/po/stellarium/stellarium.pot b/po/stellarium/stellarium.pot
index 15bf447157..06da139ec6 100644
--- a/po/stellarium/stellarium.pot
+++ b/po/stellarium/stellarium.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: stellarium@googlegroups.com\n"
-"POT-Creation-Date: 2022-01-26 16:36+0700\n"
+"POT-Creation-Date: 2022-01-26 16:39+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5760,7 +5760,7 @@ msgid "Very bad"
msgstr ""
#: src/gui/AstroCalcDialog.cpp:2423
-msgid "The max. phase of eclipse is invisible in current location"
+msgid "The greatest eclipse is invisible in current location"
msgstr ""
#: src/gui/AstroCalcDialog.cpp:2427
diff --git a/src/gui/AstroCalcDialog.cpp b/src/gui/AstroCalcDialog.cpp
index 55d7945f52..12df48d83d 100644
--- a/src/gui/AstroCalcDialog.cpp
+++ b/src/gui/AstroCalcDialog.cpp
@@ -2420,7 +2420,7 @@ void AstroCalcDialog::generateLunarEclipses()
if (altitude <= 7.)
{
visibilityConditionsStr = qc_("Very bad", "visibility conditions");
- visibilityConditionsTooltip = q_("The max. phase of eclipse is invisible in current location");
+ visibilityConditionsTooltip = q_("The greatest eclipse is invisible in current location");
}
else
{