[balsa] Fixed typos
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Fixed typos
- Date: Mon, 28 Aug 2017 09:21:37 +0000 (UTC)
commit c5d734184997895d9a3e5801d26b8293e35a3637
Author: Marek Cernocky <marek_cernocky conel cz>
Date: Mon Aug 28 11:21:21 2017 +0200
Fixed typos
libinit_balsa/assistant_page_user.c | 2 +-
src/sendmsg-window.c | 2 +-
ui/sendmsg-window.ui | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libinit_balsa/assistant_page_user.c b/libinit_balsa/assistant_page_user.c
index 7ad95a3..6e44420 100644
--- a/libinit_balsa/assistant_page_user.c
+++ b/libinit_balsa/assistant_page_user.c
@@ -111,7 +111,7 @@ balsa_druid_page_user_init(BalsaDruidPageUser * user,
server_types, druid, &(user->incoming_type));
balsa_init_add_grid_option(grid, row++,
- _("Connection _Security"),
+ _("Connection _Security:"),
security_modes, druid, &(user->security));
gtk_combo_box_set_active(GTK_COMBO_BOX(user->security), NET_CLIENT_CRYPT_STARTTLS - 1);
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index ab37c14..2bbdc36 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -815,7 +815,7 @@ sw_edit_activated(GSimpleAction * action,
if (!app) {
balsa_information_parented(GTK_WINDOW(bsmsg->window),
LIBBALSA_INFORMATION_ERROR,
- _("Gnome editor is not defined"
+ _("GNOME editor is not defined"
" in your preferred applications."));
return;
}
diff --git a/ui/sendmsg-window.ui b/ui/sendmsg-window.ui
index a763842..41b92d3 100644
--- a/ui/sendmsg-window.ui
+++ b/ui/sendmsg-window.ui
@@ -156,7 +156,7 @@
<section>
<item>
<attribute name='label'
- translatable='yes'>Edit with Gnome-Editor</attribute>
+ translatable='yes'>Edit with GNOME-Editor</attribute>
<attribute name='action'>win.edit</attribute>
</item>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]