[seahorse] String fixups for the last commits
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] String fixups for the last commits
- Date: Sat, 30 Sep 2017 13:17:47 +0000 (UTC)
commit 30280dc7547f31d394374f9463780f815bc93ed8
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Sep 30 15:16:59 2017 +0200
String fixups for the last commits
ssh/key-properties.vala | 2 +-
ssh/upload.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ssh/key-properties.vala b/ssh/key-properties.vala
index 4632cf2..1a9b92e 100644
--- a/ssh/key-properties.vala
+++ b/ssh/key-properties.vala
@@ -171,7 +171,7 @@ public class Seahorse.Ssh.KeyProperties : Gtk.Dialog {
try {
op.change_passphrase_async.end(res);
} catch (GLib.Error e) {
- Seahorse.Util.show_error(this, _("Couldn't change passphrase for key."), e.message);
+ Seahorse.Util.show_error(this, _("Couldn’t change passphrase for key."), e.message);
}
button.sensitive = true;
diff --git a/ssh/upload.vala b/ssh/upload.vala
index 67e311a..75d6611 100644
--- a/ssh/upload.vala
+++ b/ssh/upload.vala
@@ -67,7 +67,7 @@ public class Seahorse.Ssh.Upload : Gtk.Dialog {
this.user_entry = (Gtk.Entry) builder.get_object("user-entry");
this.user_entry.changed.connect(on_upload_input_changed);
- this.ok_button = (Gtk.Button) add_button(_("Set up"), Gtk.ResponseType.OK);
+ this.ok_button = (Gtk.Button) add_button(_("Set Up"), Gtk.ResponseType.OK);
}
private void upload_keys() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]