Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-latex
Commits
6301fdd9
Commit
6301fdd9
authored
Dec 26, 2017
by
swilmet
Browse files
Rename to GNOME LaTeX: about dialog (first pass)
parent
f277f9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/latexila_app.vala
View file @
6301fdd9
...
...
@@ -207,7 +207,7 @@ public class LatexilaApp : Gtk.Application
private
void
about_cb
()
{
string
comments
=
_
(
"LaTeX
ila
is a LaTeX editor for the GNOME desktop"
);
_
(
"
GNOME
LaTeX is a LaTeX editor for the GNOME desktop"
);
string
copyright
=
"Copyright 2009-2017 – Sébastien Wilmet"
;
string
website
=
"https://wiki.gnome.org/Apps/LaTeXila"
;
...
...
@@ -246,7 +246,7 @@ public class LatexilaApp : Gtk.Application
"comments"
,
comments
,
"copyright"
,
copyright
,
"license-type"
,
Gtk
.
License
.
GPL_3_0
,
"title"
,
_
(
"About LaTeX
ila
"
),
"title"
,
_
(
"About
GNOME
LaTeX"
),
"translator-credits"
,
_
(
"translator-credits"
),
"website"
,
website
,
"logo"
,
logo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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