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
3019b6b6
Commit
3019b6b6
authored
Jan 13, 2018
by
Luigi Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI message: capitalize acronym
parent
9d761d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kmail/editorplugins/insertshorturl/insertshorturlplugineditorinterface.cpp
...ns/insertshorturl/insertshorturlplugineditorinterface.cpp
+1
-1
No files found.
kmail/editorplugins/insertshorturl/insertshorturlplugineditorinterface.cpp
View file @
3019b6b6
...
...
@@ -106,7 +106,7 @@ void InsertShorturlPluginEditorInterface::exec()
mCurrentEngine
->
setShortUrl
(
urlStr
);
mCurrentEngine
->
generateShortUrl
();
}
else
{
Q_EMIT
message
(
i18n
(
"String doesn't seem to be a
url
"
));
Q_EMIT
message
(
i18n
(
"String doesn't seem to be a
URL
"
));
}
}
...
...
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