Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Cedilnik
website
Commits
edc480dc
Commit
edc480dc
authored
Apr 08, 2018
by
Yann Leboulanger
Browse files
better string for translation
parent
236d6cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
downloads.php
View file @
edc480dc
...
...
@@ -168,7 +168,7 @@ print "</div>\n";
#5)Flatpak
print
"<div id='flatpak'>
\n
"
;
print
"<h2>Flatpak:</h2>
\n
"
;
print
_
(
"Instructions to build flatpak package are available
"
)
.
"
<a href='https://dev.gajim.org/gajim/gajim/tree/master/flatpak'>"
.
_
(
"here"
)
.
"</a>
\n
"
;
print
f
(
_
(
"Instructions to build flatpak package are available
%shere%s"
),
"
<a href='https://dev.gajim.org/gajim/gajim/tree/master/flatpak'>"
,
"</a>
\n
"
)
;
print
"</div>
\n
"
;
#6)FreeBSD
...
...
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