Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
78faf996
Commit
78faf996
authored
Apr 08, 2016
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typos found by Frederik Schwarzer
parent
6e4ca756
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
plugins/customtoolsplugins/shorturlplugin/shorturl/shorturlwidgetng.cpp
...toolsplugins/shorturlplugin/shorturl/shorturlwidgetng.cpp
+1
-1
plugins/webengineurlinterceptor/adblock/lib/widgets/adblocklistwidget.cpp
...eurlinterceptor/adblock/lib/widgets/adblocklistwidget.cpp
+1
-1
plugins/webengineurlinterceptor/adblock/lib/widgets/adblockshowlistdialog.cpp
...interceptor/adblock/lib/widgets/adblockshowlistdialog.cpp
+1
-1
No files found.
plugins/customtoolsplugins/shorturlplugin/shorturl/shorturlwidgetng.cpp
View file @
78faf996
...
...
@@ -220,7 +220,7 @@ void ShortUrlWidgetNg::slotShortUrlDone(const QString &url)
void
ShortUrlWidgetNg
::
slotShortUrlFailed
(
const
QString
&
errMsg
)
{
KMessageBox
::
error
(
this
,
i18n
(
"An error occur
s
:
\"
%1
\"
"
,
errMsg
));
KMessageBox
::
error
(
this
,
i18n
(
"An error occur
red
:
\"
%1
\"
"
,
errMsg
));
mIndicatorLabel
->
stop
();
}
...
...
plugins/webengineurlinterceptor/adblock/lib/widgets/adblocklistwidget.cpp
View file @
78faf996
...
...
@@ -63,7 +63,7 @@ void AdBlockListWidget::paintEvent(QPaintEvent *event)
}
p
.
setPen
(
mTextColor
);
p
.
drawText
(
QRect
(
0
,
0
,
width
(),
height
()),
Qt
::
AlignCenter
,
i18n
(
"No
t
subscription added
...
"
));
p
.
drawText
(
QRect
(
0
,
0
,
width
(),
height
()),
Qt
::
AlignCenter
,
i18n
(
"No subscription added"
));
}
else
{
QListWidget
::
paintEvent
(
event
);
}
...
...
plugins/webengineurlinterceptor/adblock/lib/widgets/adblockshowlistdialog.cpp
View file @
78faf996
...
...
@@ -132,7 +132,7 @@ void AdBlockShowListDialog::slotFinished(KJob *job)
{
mProgress
->
stop
();
if
(
job
->
error
())
{
mTextEdit
->
editor
()
->
setPlainText
(
i18n
(
"An error occur
s during
download list:
\"
%1
\"
"
,
job
->
errorString
()));
mTextEdit
->
editor
()
->
setPlainText
(
i18n
(
"An error occur
red while
download
ing the
list:
\"
%1
\"
"
,
job
->
errorString
()));
if
(
mUser1Button
)
{
mUser1Button
->
show
();
mUser1Button
->
setEnabled
(
true
);
...
...
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