summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-01-31 21:50:36 +0700
committerGitHub <noreply@github.com>2022-01-31 21:50:36 +0700
commit6f44323dc7a158786a164d9e19e66c73c49d05e8 (patch)
tree69570ca352ab8fc7ed067bdc5c0d791f78d2a908
parent45a16b4fc4afe9001c53f58c1522d9af42d146e5 (diff)
Update TelescopeControl.cpp
-rw-r--r--plugins/TelescopeControl/src/TelescopeControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TelescopeControl/src/TelescopeControl.cpp b/plugins/TelescopeControl/src/TelescopeControl.cpp
index a66e55b31b..8c99c6b123 100644
--- a/plugins/TelescopeControl/src/TelescopeControl.cpp
+++ b/plugins/TelescopeControl/src/TelescopeControl.cpp
@@ -255,7 +255,7 @@ void TelescopeControl::translateActionDescriptions()
actionMgr->findAction(name)->setText(description);
name = centeringScreenActionId.arg(i);
- description = q_("Centering screen by telescope coordinates #%1").arg(i);
+ description = q_("Center the screen on telescope #%1 coordinates").arg(i);
actionMgr->findAction(name)->setText(description);
}
}