Gui: MenuText for Std_SelBack and Std_SelForward in sentence case

This commit is contained in:
Roy-043
2023-10-20 17:30:05 +02:00
committed by wwmayer
parent 4ea8558e09
commit 2f5ea88ab7

View File

@@ -3356,7 +3356,7 @@ StdCmdSelBack::StdCmdSelBack()
:Command("Std_SelBack")
{
sGroup = "View";
sMenuText = QT_TR_NOOP("Selection Back");
sMenuText = QT_TR_NOOP("Selection back");
static std::string toolTip = std::string("<p>")
+ QT_TR_NOOP("Restore the previous Tree view selection. "
"Only works if Tree RecordSelection mode is switched on.")
@@ -3390,7 +3390,7 @@ StdCmdSelForward::StdCmdSelForward()
:Command("Std_SelForward")
{
sGroup = "View";
sMenuText = QT_TR_NOOP("Selection Forward");
sMenuText = QT_TR_NOOP("Selection forward");
static std::string toolTip = std::string("<p>")
+ QT_TR_NOOP("Restore the next Tree view selection. "
"Only works if Tree RecordSelection mode is switched on.")