diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-02-06 04:18:13 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-02-06 04:18:13 +0800 |
commit | b767ad726dc7978c1b85cfc0a2433aa9c7b48837 (patch) | |
tree | f81424739b23daa88236f1b6ccf367a93bcbdf63 /shell | |
parent | 67ca087af66b3ed4c68c7eac508729ab7c858917 (diff) | |
download | gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.gz gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.zst gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.zip |
fixing typos. fixes #304996 partially.
2006-02-05 Andre Klapper <a9016009@gmx.de>
* gui/component/ldap-config.glade:
* shell.error.xml:
fixing typos. fixes #304996 partially.
svn path=/trunk/; revision=31409
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/shell.error.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7748c54833..d603fc55b6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Andre Klapper <a9016009@gmx.de> + + * shell.error.xml: fixing one typo. fixes #304996 partially. + 2006-02-05 Shreyas Srinivasan <sshreyas@novell.com> * e-shell-nm-glib.c: init the nm-dbus connection once. diff --git a/shell/shell.error.xml b/shell/shell.error.xml index cf3fab2685..479849bf1a 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -9,7 +9,7 @@ <error id="upgrade-nospace" type="error"> <_primary>Insufficient disk space for upgrade.</_primary> - <_secondary xml:space="preserve">Upgrading your data and settings will require upto {0} of disk space, but you only have {1} available. + <_secondary xml:space="preserve">Upgrading your data and settings will require up to {0} of disk space, but you only have {1} available. You will need to make more space available in your home directory before you can continue.</_secondary> <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/> |