diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-27 22:53:20 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-27 22:53:20 +0800 |
commit | 11d598ec46390a535e699cc20cc365e89bcbdd49 (patch) | |
tree | e81e138f8a38c6c0b666a84061d62ef4d16b1ebf /shell | |
parent | 08d6eeabaa3402e349a2d88b1e344b5fc04815bc (diff) | |
download | gsoc2013-evolution-11d598ec46390a535e699cc20cc365e89bcbdd49.tar.gz gsoc2013-evolution-11d598ec46390a535e699cc20cc365e89bcbdd49.tar.zst gsoc2013-evolution-11d598ec46390a535e699cc20cc365e89bcbdd49.zip |
changed tow strings to add missing punctuation and clarification for
2006-01-27 Andre Klapper <a9016009@gmx.de>
* apps_evolution_shell.schemas.in.in: changed tow strings to add
missing punctuation and clarification for translators.
Fixes bug 306117.
svn path=/trunk/; revision=31325
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 778ea0e4bd..2f9b8c23e9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2006-01-27 Andre Klapper <a9016009@gmx.de> + * apps_evolution_shell.schemas.in.in: changed tow strings to add + missing punctuation and clarification for translators. + Fixes bug 306117. + 2006-01-26 Andre Klapper <a9016009@gmx.de> * e-shell-window-commands.c: adding missing comma in the contributors list. diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 06066dd47b..c32189cb06 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -10,7 +10,7 @@ <type>string</type> <locale name="C"> <short>Configuration version</short> - <long>The configuration version of Evolution, with major/minor/configuration level</long> + <long>The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</long> </locale> </schema> @@ -23,7 +23,7 @@ <type>string</type> <locale name="C"> <short>Last upgraded configuration version</short> - <long>The last upgraded configuration version of Evolution, with major/minor/configuration level</long> + <long>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</long> </locale> </schema> |