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
System
Dolphin
Commits
4f8c8955
Verified
Commit
4f8c8955
authored
Nov 22, 2020
by
Mufeed Ali
Browse files
Rename 'Url Navigator' to 'Location Bar'
parent
3b74e4a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinnavigatorswidgetaction.cpp
View file @
4f8c8955
...
...
@@ -266,5 +266,5 @@ void DolphinNavigatorsWidgetAction::updateText()
{
const
int
urlNavigatorsAmount
=
m_splitter
->
count
()
>
1
&&
m_splitter
->
widget
(
1
)
->
isVisible
()
?
2
:
1
;
setText
(
i18ncp
(
"@action:inmenu"
,
"
Url Navigator"
,
"Url Navigato
rs"
,
urlNavigatorsAmount
));
setText
(
i18ncp
(
"@action:inmenu"
,
"
Location Bar"
,
"Location Ba
rs"
,
urlNavigatorsAmount
));
}
Write
Preview
Supports
Markdown
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