[seahorse] Reuse existing string
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Reuse existing string
- Date: Tue, 24 Sep 2013 06:20:56 +0000 (UTC)
commit c1cefacdc2b2d36f1815be15aaee8a6001dc5f67
Author: Seán de Búrca <leftmostcat gmail com>
Date: Tue Sep 3 14:55:41 2013 -0600
Reuse existing string
https://bugzilla.gnome.org/show_bug.cgi?id=707420
ssh/seahorse-ssh-exporter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ssh/seahorse-ssh-exporter.c b/ssh/seahorse-ssh-exporter.c
index b3d4fa1..5d0039f 100644
--- a/ssh/seahorse-ssh-exporter.c
+++ b/ssh/seahorse-ssh-exporter.c
@@ -90,7 +90,7 @@ seahorse_ssh_exporter_get_filename (SeahorseExporter *exporter)
basename = seahorse_object_get_nickname (SEAHORSE_OBJECT (self->key));
if (basename == NULL)
- basename = _("Ssh Key");
+ basename = _("SSH Key");
if (self->secret) {
filename = g_strdup_printf ("id_%s", basename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]