[anjuta] libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
- Date: Fri, 15 Feb 2013 21:19:53 +0000 (UTC)
commit d9993a56db81b58d220f7406657ee1ef97272426
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Fri Feb 15 22:12:07 2013 +0100
libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
libanjuta/anjuta-plugin-manager.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libanjuta/anjuta-plugin-manager.c b/libanjuta/anjuta-plugin-manager.c
index 4023b37..41ed3ec 100644
--- a/libanjuta/anjuta-plugin-manager.c
+++ b/libanjuta/anjuta-plugin-manager.c
@@ -1194,10 +1194,10 @@ anjuta_plugin_manager_get_remembered_plugins_page (AnjutaPluginManager *plugin_m
gtk_container_set_border_width (GTK_CONTAINER (vbox), 10);
display_label = gtk_label_new (dgettext (GETTEXT_PACKAGE, "These are the plugins selected by you "
- "when Anjuta prompted to choose one
of "
+ "when you have been prompted to
choose one of "
"many suitable plugins. Removing the
"
- "preferred plugin will let Anjuta
prompt "
- "you again to choose different
plugin."));
+ "preferred plugin will let you "
+ "choose a different plugin."));
gtk_label_set_line_wrap (GTK_LABEL (display_label), TRUE);
gtk_box_pack_start (GTK_BOX (vbox), display_label, FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]