Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
System
Kup
Commits
9b6abcfb
Commit
9b6abcfb
authored
Jun 06, 2020
by
Simon Persson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix user visible string to avoid warnings and also a bit better english
parent
c9a614c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
kcm/backupplanwidget.cpp
kcm/backupplanwidget.cpp
+3
-3
No files found.
kcm/backupplanwidget.cpp
View file @
9b6abcfb
...
...
@@ -879,10 +879,10 @@ KPageWidgetItem *BackupPlanWidget::createAdvancedPage(bool pPar2Available) {
});
auto
lLabelUpdater
=
[
lExcludesLabel
](
bool
pVersioned
){
QString
lHelpUrl
=
pVersioned
?
QStringLiteral
(
"man:///bup-index"
)
:
QStringLiteral
(
"man:///rsync"
);
lExcludesLabel
->
setText
(
xi18nc
(
"@
label:textbox
"
,
lExcludesLabel
->
setText
(
xi18nc
(
"@
info
"
,
"Patterns need to be listed in a text file with one pattern per line. "
"Files and folders with names
matching
any of the patterns will be "
"excluded from the backup. The pattern format is documented <
a href=
\"
%1
\"
>here</a
>."
,
"Files and folders with names
that match
any of the patterns will be "
"excluded from the backup. The pattern format is documented <
link url='%1'>here</link
>."
,
lHelpUrl
));
};
lLabelUpdater
(
false
);
...
...
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