Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
pamac
Commits
5291ba16
Commit
5291ba16
authored
Oct 18, 2018
by
Guillaume Benoit
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development'
parents
bb9935ca
90652d2e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
po/pamac.pot
po/pamac.pot
+2
-2
src/cli.vala
src/cli.vala
+1
-1
No files found.
po/pamac.pot
View file @
5291ba16
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"POT-Creation-Date: 2018-10-1
7
1
6:07
+0200\n"
"POT-Creation-Date: 2018-10-1
8
1
1:38
+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
@@ -831,7 +831,7 @@ msgstr ""
#: src/cli.vala
msgid ""
"If no package name is given, use the PKGBUILD file i
s
the current directory"
"If no package name is given, use the PKGBUILD file i
n
the current directory"
msgstr ""
#: src/cli.vala
...
...
src/cli.vala
View file @
5291ba16
...
...
@@ -698,7 +698,7 @@ namespace Pamac {
void
display_build_help
()
{
stdout
.
printf
(
dgettext
(
null
,
"Build packages from AUR and install them with their dependencies"
));
stdout
.
printf
(
"\n\n"
);
stdout
.
printf
(
dgettext
(
null
,
"If no package name is given, use the PKGBUILD file i
s
the current directory"
));
stdout
.
printf
(
dgettext
(
null
,
"If no package name is given, use the PKGBUILD file i
n
the current directory"
));
stdout
.
printf
(
"\n"
);
stdout
.
printf
(
dgettext
(
null
,
"The build directory will be the parent directory, --builddir option will be ignored"
));
stdout
.
printf
(
"\n\n"
);
...
...
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