[gnome-boxes] Fix typo in translatable string
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Fix typo in translatable string
- Date: Thu, 8 Dec 2011 18:21:37 +0000 (UTC)
commit e93f5445f7df15cf702e893730aa42a919b2dd9a
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Thu Dec 8 19:21:32 2011 +0100
Fix typo in translatable string
src/unattended-installer.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/unattended-installer.vala b/src/unattended-installer.vala
index 503c772..ffaff3f 100644
--- a/src/unattended-installer.vala
+++ b/src/unattended-installer.vala
@@ -174,7 +174,7 @@ private abstract class Boxes.UnattendedInstaller: InstallerMedia {
password_entry.text = "";
password_entry.halign = Gtk.Align.START;
password_entry.valign = Gtk.Align.CENTER;
- var button = new Gtk.Button.with_mnemonic (_("_Add Passord"));
+ var button = new Gtk.Button.with_mnemonic (_("_Add Password"));
button.valign = Gtk.Align.CENTER;
table.attach_defaults (button, 2, 3, 2, 3);
button.clicked.connect (() => {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]