[network-manager-applet] Correctly capitalize InfiniBand
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] Correctly capitalize InfiniBand
- Date: Tue, 7 Aug 2012 22:00:05 +0000 (UTC)
commit 0563e9bcfeaa050c295dc65d4a24aab3e9c2d69e
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Tue Aug 7 23:58:38 2012 +0200
Correctly capitalize InfiniBand
src/connection-editor/ce-page-infiniband.ui | 4 ++--
src/connection-editor/page-infiniband.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/connection-editor/ce-page-infiniband.ui b/src/connection-editor/ce-page-infiniband.ui
index 30548fa..0941b46 100644
--- a/src/connection-editor/ce-page-infiniband.ui
+++ b/src/connection-editor/ce-page-infiniband.ui
@@ -144,10 +144,10 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes" comments="IP-over-Infiniband "datagram mode"">Datagram</col>
+ <col id="0" translatable="yes" comments="IP-over-InfiniBand "datagram mode"">Datagram</col>
</row>
<row>
- <col id="0" translatable="yes" comments="IP-over-Infiniband "connected mode"">Connected</col>
+ <col id="0" translatable="yes" comments="IP-over-InfiniBand "connected mode"">Connected</col>
</row>
</data>
</object>
diff --git a/src/connection-editor/page-infiniband.c b/src/connection-editor/page-infiniband.c
index 0845a60..3cf3744 100644
--- a/src/connection-editor/page-infiniband.c
+++ b/src/connection-editor/page-infiniband.c
@@ -186,10 +186,10 @@ ce_page_infiniband_new (NMConnection *connection,
client,
UIDIR "/ce-page-infiniband.ui",
"InfinibandPage",
- _("Infiniband")));
+ _("InfiniBand")));
if (!self) {
g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC,
- _("Could not load Infiniband user interface."));
+ _("Could not load InfiniBand user interface."));
return NULL;
}
@@ -314,7 +314,7 @@ infiniband_connection_new (GtkWindow *parent,
{
NMConnection *connection;
- connection = ce_page_new_connection (_("Infiniband connection %d"),
+ connection = ce_page_new_connection (_("InfiniBand connection %d"),
NM_SETTING_INFINIBAND_SETTING_NAME,
TRUE,
settings,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]