slightly change the code layout in hoping that intltool will now pick up
2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-wp-item.c: (gnome_wp_item_update_description): slightly change the code layout in hoping that intltool will now pick up the translation hint... svn path=/trunk/; revision=8314
This commit is contained in:
parent
8acdd218b3
commit
28c947e053
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-wp-item.c: (gnome_wp_item_update_description): slightly change
|
||||
the code layout in hoping that intltool will now pick up the
|
||||
translation hint...
|
||||
|
||||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* data/appearance.glade: don't mark padding strings for translation
|
||||
|
|
|
@ -361,8 +361,7 @@ void gnome_wp_item_update_description (GnomeWPItem * item) {
|
|||
* mime type, x pixel(s) by y pixel(s)
|
||||
* Folder: /path/to/file
|
||||
*/
|
||||
item->description =
|
||||
g_markup_printf_escaped (_("<b>%s</b>\n"
|
||||
item->description = g_markup_printf_escaped (_("<b>%s</b>\n"
|
||||
"%s, %d %s by %d %s\n"
|
||||
"Folder: %s"),
|
||||
item->name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue