Patch by: Elijah Newren <newren@gmail.com>
2007-01-07 Thomas Wood <thos@gnome.org> Patch by: Elijah Newren <newren@gmail.com> * gnome-window-properties.c: (try_spawn_config_tool): Avoid markup in translatable messages. Fixes bug 360449. svn path=/trunk/; revision=7087
This commit is contained in:
parent
8727dd84b2
commit
9edc3de280
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-01-07 Thomas Wood <thos@gnome.org>
|
||||
|
||||
Patch by: Elijah Newren <newren@gmail.com>
|
||||
|
||||
* gnome-window-properties.c: (try_spawn_config_tool): Avoid markup in
|
||||
translatable messages. Fixes bug 360449.
|
||||
|
||||
2006-07-23 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* window-properties.desktop.in.in: don't list the Application category,
|
||||
|
|
|
@ -382,7 +382,8 @@ try_spawn_config_tool (GdkScreen *screen)
|
|||
|
||||
escaped = g_markup_escape_text (error->message, -1);
|
||||
|
||||
str = g_strdup_printf (_("<b>Cannot start the preferences application for your window manager</b>\n\n%s"),
|
||||
str = g_strdup_printf ("<b>%s</b>\n\n%s",
|
||||
_("Cannot start the preferences application for your window manager"),
|
||||
escaped);
|
||||
g_free (escaped);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue