aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbaptistem <baptistem@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-27 05:48:29 +0800
committerbaptistem <baptistem@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-27 05:48:29 +0800
commit37dab7fb118bd59ad26dbf50c595ab1867973d55 (patch)
tree843a04f0a0877d4325a3583da2bf7c9fa85f5ab1 /src
parent4d98f58f8d7ba18e5b4e1d6d86a75ff78885b2f5 (diff)
downloadgsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.tar
gsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.tar.gz
gsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.tar.bz2
gsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.tar.lz
gsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.tar.xz
gsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.tar.zst
gsoc2013-empathy-37dab7fb118bd59ad26dbf50c595ab1867973d55.zip
Correct spacing in some strings. Fix bug #529437 (Baptiste Mille-Mathias).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1053 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chatrooms-window.c2
-rw-r--r--src/empathy-main-window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c
index 474a3ef10..52c6635bf 100644
--- a/src/empathy-chatrooms-window.c
+++ b/src/empathy-chatrooms-window.c
@@ -286,7 +286,7 @@ chatrooms_window_model_add_columns (EmpathyChatroomsWindow *window)
/* Chatroom auto connect */
cell = gtk_cell_renderer_toggle_new ();
- column = gtk_tree_view_column_new_with_attributes (_("Auto Connect"), cell,
+ column = gtk_tree_view_column_new_with_attributes (_("Auto-Connect"), cell,
"active", COL_AUTO_CONNECT,
NULL);
count = gtk_tree_view_append_column (view, column);
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 089fb98b7..b20ded7ed 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -923,7 +923,7 @@ main_window_status_changed_cb (MissionControl *mc,
message = _("Certificate fingerprint mismatch");
break;
case TP_CONNECTION_STATUS_REASON_CERT_SELF_SIGNED:
- message = _("Certificate self signed");
+ message = _("Certificate self-signed");
break;
case TP_CONNECTION_STATUS_REASON_CERT_OTHER_ERROR:
message = _("Certificate error");