installer: Fix typo

You -> Your

Reported-by: https://www.transifex.com/accounts/profile/luX78/
This commit is contained in:
Michael Tremer
2014-09-16 20:45:50 +02:00
parent f5fe98fead
commit 77192e97b9

View File

@@ -469,7 +469,7 @@ int main(int argc, char *argv[]) {
// Currently not supported
} else {
errorbox(_("You disk configuration is currently not supported."));
errorbox(_("Your disk configuration is currently not supported."));
fprintf(flog, "Num disks selected: %d\n", num_selected_disks);
}