We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8e841 commit 7233faaCopy full SHA for 7233faa
1 file changed
src/Dialogs/FingerprintDialog.vala
@@ -143,7 +143,7 @@ public class SwitchboardPlugUserAccounts.FingerprintDialog : Granite.Dialog {
143
status_label.label = _("The touch was too fast. Lift your finger and touch the sensor again.");
144
break;
145
case "enroll-finger-not-centered":
146
- status_label.label = _("The fingerprint was not centered on the censor. Lift your finger and touch the sensor again.");
+ status_label.label = _("The fingerprint was not centered on the sensor. Lift your finger and touch the sensor again.");
147
148
case "enroll-remove-and-retry":
149
status_label.label = _("Remove your finger and try again");
0 commit comments