commit 50b15b8dd5a067874e0ffa284d607a1df371007b
Author: Daniele Forsi <[email protected]>
Date: Fri Jul 13 22:49:53 2012 +0200
Make another string translatable
Add 2 leading spaces like similar strings.
plugins/clarity/plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/clarity/plugin.c b/plugins/clarity/plugin.c
index ba0436b..c3c1123 100644
--- a/plugins/clarity/plugin.c
+++ b/plugins/clarity/plugin.c
@@ -91,7 +91,7 @@ static gboolean activate_plugin(AnjutaPlugin *plugin) {
clarity_plugin->clarity_widget = CLARITY_WIDGET(clarity_widget_new ());
gtk_scrolled_window_add_with_viewport(clarity_plugin->cover_window,
GTK_WIDGET(clarity_plugin->clarity_widget));
gtk_widget_show_all(GTK_WIDGET(clarity_plugin->cover_window));
- anjuta_shell_add_widget(plugin->shell,
GTK_WIDGET(clarity_plugin->cover_window), "ClarityPlugin", "Clarity Cover
Display", NULL, ANJUTA_SHELL_PLACEMENT_CENTER, NULL);
+ anjuta_shell_add_widget(plugin->shell,
GTK_WIDGET(clarity_plugin->cover_window), "ClarityPlugin", _(" Clarity Cover
Display"), NULL, ANJUTA_SHELL_PLACEMENT_CENTER, NULL);
g_signal_connect (gtkpod_app, SIGNAL_PREFERENCE_CHANGE, G_CALLBACK
(clarity_widget_preference_changed_cb), clarity_plugin->clarity_widget);
g_signal_connect (gtkpod_app, SIGNAL_PLAYLIST_SELECTED, G_CALLBACK
(clarity_widget_playlist_selected_cb), clarity_plugin->clarity_widget);
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2