fixed some typo, Clytie Siddall <clytie@riverland.net.au>

(Closes: #302614).
This commit is contained in:
Sebastien Bacher 2005-07-07 21:24:03 +00:00
parent 125a903d89
commit 1f30c47d1d
6 changed files with 23 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2005-07-07 Sebastien Bacher <seb128@debian.org>
* gnome-about-me-password.c: (wait_child):
fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2005-07-05 Diego Gonzalez <diego@pemas.net> 2005-07-05 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_update_photo): Improve the behaviour * gnome-about-me.c (about_me_update_photo): Improve the behaviour

View file

@ -108,12 +108,12 @@ wait_child (PasswordDialog *pdialog)
return FALSE; return FALSE;
} else if ((WIFEXITED (status)) && (WEXITSTATUS (status)) && (WEXITSTATUS (status) == 255)) { } else if ((WIFEXITED (status)) && (WEXITSTATUS (status)) && (WEXITSTATUS (status) == 255)) {
msg = g_strdup (_("Symtem error has ocurred")); msg = g_strdup (_("Symtem error has occurred"));
details = g_strdup (_("Could not run /usr/bin/passwd")); details = g_strdup (_("Could not run /usr/bin/passwd"));
title = g_strdup (_("Unable to launch backend")); title = g_strdup (_("Unable to launch backend"));
} else { } else {
msg = g_strdup (_("Unexpected error has ocurred")); msg = g_strdup (_("Unexpected error has occurred"));
title = g_strdup (_("Unexpected error has ocurred")); title = g_strdup (_("Unexpected error has occurred"));
details = NULL; details = NULL;
} }

View file

@ -1,3 +1,9 @@
2005-07-07 Sebastien Bacher <seb128@debian.org>
* file-types.desktop.in.in:
fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2004-11-09 Mark McLoughlin <mark@skynet.ie> 2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications. * Makefile.am: install .desktop file in $(datadir)/applications.

View file

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
_Name=File types and programs _Name=File Types and Programs
_Comment=Specify which programs are used to open or view each type of file _Comment=Specify which programs are used to open or view each type of file
Icon=gnome-ccmime Icon=gnome-ccmime
Exec=gnome-file-types-properties Exec=gnome-file-types-properties

View file

@ -1,3 +1,9 @@
2005-07-07 Sebastien Bacher <seb128@debian.org>
* gnome-settings-keyboard-xkb.c: (activation_error):
fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2005-07-07 Sebastien Bacher <seb128@debian.org> 2005-07-07 Sebastien Bacher <seb128@debian.org>
* gnome-settings-keyboard-xkb.c: (activation_error): * gnome-settings-keyboard-xkb.c: (activation_error):

View file

@ -116,7 +116,7 @@ activation_error (void)
_ _
("You are using XFree 4.3.0.\n" ("You are using XFree 4.3.0.\n"
"There are known problems with complex XKB configurations.\n" "There are known problems with complex XKB configurations.\n"
"Try using simpler configuration or taking more fresh version of XFree software.") "Try using a simpler configuration or taking a fresher version of XFree software.")
: "", : "",
"xprop -root | grep XKB", "xprop -root | grep XKB",
"gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd"); "gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd");