diff options
author | Tor Lillqvist <tml@novell.com> | 2008-07-20 02:51:50 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-07-20 02:51:50 +0800 |
commit | 7692685cafc443e62069fbe76cb0322daeed324d (patch) | |
tree | 446e29bbfbc8c9963623503d186f419e0183608c /shell/ChangeLog | |
parent | 148a1e2d9673e0b417deadaf114d015ce5e39cdc (diff) | |
download | gsoc2013-evolution-7692685cafc443e62069fbe76cb0322daeed324d.tar.gz gsoc2013-evolution-7692685cafc443e62069fbe76cb0322daeed324d.tar.zst gsoc2013-evolution-7692685cafc443e62069fbe76cb0322daeed324d.zip |
Bug 543758 - Never mark empty strings for translations
2008-07-19 Tor Lillqvist <tml@novell.com>
Bug 543758 - Never mark empty strings for translations
* main.c (main): Change _("") to explicit gettext ("") to avoid
potentially confusing translation tools or translators.
svn path=/trunk/; revision=35759
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7c9dbea21e..9f116e1870 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2008-07-19 Tor Lillqvist <tml@novell.com> + + Bug 543758 - Never mark empty strings for translations + + * main.c (main): Change _("") to explicit gettext ("") to avoid + potentially confusing translation tools or translators. + 2008-17-14 Paolo Borelli <pborelli@katamail.com> ** Fix for bug #542889 |