[anjuta] bgo #708248 - inconsistency in strings: libtool, whitespace use
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] bgo #708248 - inconsistency in strings: libtool, whitespace use
- Date: Sat, 12 Oct 2013 14:50:15 +0000 (UTC)
commit f3585ab6d426b49c21c00486fdcac774dfed7467
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat Oct 12 16:48:59 2013 +0200
bgo #708248 - inconsistency in strings: libtool, whitespace use
plugins/am-project/am-project.c | 2 +-
plugins/am-project/am-properties.c | 2 +-
.../anjuta-language-javascript.ui | 6 +++---
.../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 809a62b..e16d61d 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 2c4ea8a..74b1452 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 2e0c540..6dc7de1 100644
--- a/plugins/language-support-js/anjuta-language-javascript.ui
+++ b/plugins/language-support-js/anjuta-language-javascript.ui
@@ -391,7 +391,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Gir repository's directory: </property>
+ <property name="label" translatable="yes">Gir repository's directory:</property>
</object>
<packing>
<property name="top_attach">0</property>
@@ -416,7 +416,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Gjs repository's directory: </property>
+ <property name="label" translatable="yes">Gjs repository's directory:</property>
</object>
<packing>
<property name="top_attach">1</property>
@@ -441,7 +441,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Min character for completion: </property>
+ <property name="label" translatable="yes">Min character for completion:</property>
</object>
<packing>
<property name="top_attach">2</property>
diff --git a/plugins/language-support-python/anjuta-language-support-python.ui
b/plugins/language-support-python/anjuta-language-support-python.ui
index 364e871..5dbc16f 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 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Path: </property>
+ <property name="label" translatable="yes">Path:</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/plugins/snippets-manager/snippets-browser.c b/plugins/snippets-manager/snippets-browser.c
index ee845b7..d70b0b4 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 fee5b71..27b49d2 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]