[gnome-mud] Fixed typos in strings. Fixes bug #684592
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mud] Fixed typos in strings. Fixes bug #684592
- Date: Sun, 28 Oct 2012 20:01:30 +0000 (UTC)
commit 4babbb41bddc526b4a23eb928d8123bb48b6da1c
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Sun Oct 28 21:01:23 2012 +0100
Fixed typos in strings. Fixes bug #684592
gnome-mud.schemas.in | 2 +-
src/mud-connections.c | 6 +++---
ui/muds.glade | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gnome-mud.schemas.in b/gnome-mud.schemas.in
index b403e38..d39e222 100644
--- a/gnome-mud.schemas.in
+++ b/gnome-mud.schemas.in
@@ -163,7 +163,7 @@
<locale name="C">
<short>Use Proxy</short>
<long>
- Use a proxy server to connect to the mud.
+ Use a proxy server to connect to the MUD.
</long>
</locale>
</schema>
diff --git a/src/mud-connections.c b/src/mud-connections.c
index 95a910d..256e218 100644
--- a/src/mud-connections.c
+++ b/src/mud-connections.c
@@ -493,7 +493,7 @@ mud_connections_connect_cb(GtkWidget *widget, MudConnections *conn)
break;
default:
- g_warning("Malformed mud name passed to delete.");
+ g_warning("Malformed MUD name passed to delete.");
return;
}
@@ -626,7 +626,7 @@ mud_connections_delete_cb(GtkWidget *widget, MudConnections *conn)
break;
default:
- g_warning("Malformed mud name passed to delete.");
+ g_warning("Malformed MUD name passed to delete.");
return;
}
@@ -1270,7 +1270,7 @@ mud_connections_property_save(MudConnections *conn)
if(strlen(name) == 0)
{
utils_error_message(conn->priv->properties_window, _("Error"),
- "%s", _("No mud name specified."));
+ "%s", _("No MUD name specified."));
if(logon)
g_free(logon);
diff --git a/ui/muds.glade b/ui/muds.glade
index 81d06a7..2499dde 100644
--- a/ui/muds.glade
+++ b/ui/muds.glade
@@ -856,7 +856,7 @@
</widget>
<widget class="GtkDialog" id="mudviewdelconfirm">
<property name="visible">True</property>
- <property name="title" translatable="yes">Delete Mud?</property>
+ <property name="title" translatable="yes">Delete MUD?</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="destroy_with_parent">True</property>
@@ -881,7 +881,7 @@
<child>
<widget class="GtkLabel" id="message">
<property name="visible">True</property>
- <property name="label" translatable="yes">Are you sure you want to delete this mud?</property>
+ <property name="label" translatable="yes">Are you sure you want to delete this MUD?</property>
</widget>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]