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
Utilities
Kate
Commits
bb057dbd
Commit
bb057dbd
authored
Mar 18, 2021
by
Waqar Ahmed
Browse files
Fix file/folder input dialog label
parent
5fffa661
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojecttreeviewcontextmenu.cpp
View file @
bb057dbd
...
...
@@ -31,6 +31,7 @@
static
QString
getName
()
{
QInputDialog
dlg
;
dlg
.
setLabelText
(
i18n
(
"Enter name: "
));
dlg
.
setOkButtonText
(
i18n
(
"Add"
));
dlg
.
setInputMode
(
QInputDialog
::
TextInput
);
...
...
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