diff options
-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> |