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
Marco Bubke
flatpak-qt-creator
Commits
9043b8e7
Commit
9043b8e7
authored
Apr 08, 2011
by
Orgad Shaneh
Committed by
Tobias Hunger
Apr 08, 2011
Browse files
Submit Editor: Fix shortcuts
Merge-request: 285 Reviewed-by:
Tobias Hunger
<
tobias.hunger@nokia.com
>
parent
a6ec8e29
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/submiteditorwidget.cpp
View file @
9043b8e7
...
...
@@ -499,7 +499,7 @@ void SubmitEditorWidget::updateSubmitAction()
// Update button text.
const
int
fileCount
=
m_d
->
m_ui
.
fileView
->
model
()
->
rowCount
();
const
QString
msg
=
checkedCount
?
tr
(
"Commit %1/%n File
s
"
,
0
,
fileCount
).
arg
(
checkedCount
)
:
tr
(
"
&
Commit %1/%n File
(s)
"
,
0
,
fileCount
).
arg
(
checkedCount
)
:
tr
(
"Commit"
);
emit
submitActionTextChanged
(
msg
);
}
...
...
src/libs/utils/submiteditorwidget.ui
View file @
9043b8e7
...
...
@@ -17,7 +17,7 @@
<item>
<widget
class=
"QGroupBox"
name=
"descriptionBox"
>
<property
name=
"title"
>
<string>
Des
&
cription
</string>
<string>
Descriptio
&
n
</string>
</property>
<property
name=
"flat"
>
<bool>
true
</bool>
...
...
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