diff options
| author | Luca Bruno <lucab@debian.org> | 2007-02-13 16:42:05 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2007-02-13 16:42:05 +0000 |
| commit | 26155aaf9b255bb42c45af22a5b737a8bf6a2d24 (patch) | |
| tree | 2e8dba04b243da81b82081f94a1a42478942abae /src/ui/dialog/aboutbox.cpp | |
| parent | Fixed the italian translation use of < > (diff) | |
| download | inkscape-26155aaf9b255bb42c45af22a5b737a8bf6a2d24.tar.gz inkscape-26155aaf9b255bb42c45af22a5b737a8bf6a2d24.zip | |
angular brackets <> aren't allowed
(bzr r2372)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 4dec8dc01..bb3c5cfa5 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -317,7 +317,7 @@ void AboutBox::initStrings() { translators_text = ""; // TRANSLATORS: Put here your name (and other national contributors') - // one per line in the form of: name surname <email>. Use \n for newline. + // one per line in the form of: name surname (email). Use \n for newline. Glib::ustring thisTranslation = _("translator-credits"); /** |
