]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
installer: Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2014 18:45:50 +0000 (20:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2014 18:45:50 +0000 (20:45 +0200)
You -> Your

Reported-by: https://www.transifex.com/accounts/profile/luX78/
src/installer/main.c

index e5da6ec9baf205a3d94ea6defabe8688cd3bc19d..513ebf41a2cce2fdc9f2fd1c9e362c9261ef0fe6 100644 (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);
                }