Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Killbots
Commits
13f2dca5
Commit
13f2dca5
authored
Jul 05, 2021
by
Antoni Bella Pérez
🚵🏻
Browse files
Two fixes
parent
11e9d295
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
13f2dca5
...
...
@@ -251,7 +251,7 @@ void Killbots::MainWindow::setupActions()
);
createMappedAction
(
TeleportSafelyIfPossible
,
QStringLiteral
(
"teleport_sip"
),
i18nc
(
"@action"
,
"Teleport (Safely
I
f Possible)"
),
i18nc
(
"@action"
,
"Teleport (Safely
i
f Possible)"
),
i18nc
(
"Shortcut for teleport safely if possible. See https://quickgit.kde.org/?p=killbots.git&a=blob&f=README.translators&o=plain"
,
"Space"
),
Qt
::
Key_0
,
i18nc
(
"@info:tooltip"
,
"Teleport safely if that action is enabled, otherwise teleport randomly"
)
...
...
src/optionspage.cpp
View file @
13f2dca5
...
...
@@ -26,7 +26,7 @@ Killbots::OptionsPage::OptionsPage(QWidget *parent)
i18nc
(
"@action"
,
"Repeated Step"
),
i18nc
(
"@action"
,
"Teleport"
),
i18nc
(
"@action"
,
"Teleport Safely"
),
i18nc
(
"@action"
,
"Teleport (Safely
I
f Possible)"
),
i18nc
(
"@action"
,
"Teleport (Safely
i
f Possible)"
),
i18nc
(
"@action"
,
"Wait Out Round"
),
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment