From f3585ab6d426b49c21c00486fdcac774dfed7467 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Granjoux?= Date: Sat, 12 Oct 2013 16:48:59 +0200 Subject: [PATCH] bgo #708248 - inconsistency in strings: libtool, whitespace use --- plugins/am-project/am-project.c | 2 +- plugins/am-project/am-properties.c | 2 +- plugins/language-support-js/anjuta-language-javascript.ui | 6 +++--- plugins/language-support-python/anjuta-language-support-python.ui | 2 +- plugins/snippets-manager/snippets-browser.c | 4 ++-- src/anjuta-application.c | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/am-project/am-project.c b/plugins/am-project/am-project.c index 809a62b2c..e16d61da9 100644 --- a/plugins/am-project/am-project.c +++ b/plugins/am-project/am-project.c @@ -121,7 +121,7 @@ static AmpNodeInfo AmpNodeInformations[] = { NULL}, {{ANJUTA_PROJECT_TARGET | ANJUTA_PROJECT_PRIMARY | ANJUTA_PROJECT_SHAREDLIB, - N_("Shared Library (libtool)"), + N_("Shared Library (Libtool)"), "application/x-sharedlib", "autotools-project-target-edit"}, AM_TOKEN__LTLIBRARIES, diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c index 2c4ea8acb..74b145265 100644 --- a/plugins/am-project/am-properties.c +++ b/plugins/am-project/am-properties.c @@ -95,7 +95,7 @@ static AmpPropertyInfo AmpProjectProperties[] = N_("Libtool support:"), ANJUTA_PROJECT_PROPERTY_LIST, ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC | ANJUTA_PROJECT_PROPERTY_HIDDEN, - N_("Add support to compile shared and static libraries with libtool.")}, + N_("Add support to compile shared and static libraries with Libtool.")}, AC_TOKEN_LT_INIT, -1, "LT_INIT(", AM_PROPERTY_IN_CONFIGURE }, diff --git a/plugins/language-support-js/anjuta-language-javascript.ui b/plugins/language-support-js/anjuta-language-javascript.ui index 2e0c54053..6dc7de18f 100644 --- a/plugins/language-support-js/anjuta-language-javascript.ui +++ b/plugins/language-support-js/anjuta-language-javascript.ui @@ -391,7 +391,7 @@ True False start - Gir repository's directory: + Gir repository's directory: 0 @@ -416,7 +416,7 @@ True False start - Gjs repository's directory: + Gjs repository's directory: 1 @@ -441,7 +441,7 @@ True False start - Min character for completion: + Min character for completion: 2 diff --git a/plugins/language-support-python/anjuta-language-support-python.ui b/plugins/language-support-python/anjuta-language-support-python.ui index 364e8712d..5dbc16fbf 100755 --- a/plugins/language-support-python/anjuta-language-support-python.ui +++ b/plugins/language-support-python/anjuta-language-support-python.ui @@ -248,7 +248,7 @@ True False - Path: + Path: False diff --git a/plugins/snippets-manager/snippets-browser.c b/plugins/snippets-manager/snippets-browser.c index ee845b718..d70b0b4f9 100644 --- a/plugins/snippets-manager/snippets-browser.c +++ b/plugins/snippets-manager/snippets-browser.c @@ -806,7 +806,7 @@ on_add_button_clicked (GtkButton *add_button, menu = gtk_menu_new (); /* Insert the Add Snippet menu item */ - add_snippet_menu_item = gtk_menu_item_new_with_label (_("Add Snippet …")); + add_snippet_menu_item = gtk_menu_item_new_with_label (_("Add Snippet…")); g_signal_connect (add_snippet_menu_item, "activate", G_CALLBACK (on_add_snippet_menu_item_activated), @@ -816,7 +816,7 @@ on_add_button_clicked (GtkButton *add_button, gtk_widget_show (GTK_WIDGET (add_snippet_menu_item)); /* Insert the Add Snippets Group menu item */ - add_snippets_group_menu_item = gtk_menu_item_new_with_label (_("Add Snippets Group …")); + add_snippets_group_menu_item = gtk_menu_item_new_with_label (_("Add Snippets Group…")); g_signal_connect (add_snippets_group_menu_item, "activate", G_CALLBACK (on_add_snippets_group_menu_item_activated), diff --git a/src/anjuta-application.c b/src/anjuta-application.c index fee5b71c1..27b49d241 100644 --- a/src/anjuta-application.c +++ b/src/anjuta-application.c @@ -405,7 +405,7 @@ anjuta_application_local_command_line (GApplication *application, "profile", 'P', 0, G_OPTION_ARG_STRING, &profile, N_("Specify another profile"), - N_("profile file") + N_("PROFILE_FILE") }, { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, -- 2.11.4.GIT