From: Michael Tremer Date: Tue, 16 Sep 2014 18:45:50 +0000 (+0200) Subject: installer: Fix typo X-Git-Tag: v2.17-core87~103^2~51^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77192e97b91cf58ed16a1f2fe69c3e4c17597a29;p=ipfire-2.x.git installer: Fix typo You -> Your Reported-by: https://www.transifex.com/accounts/profile/luX78/ --- diff --git a/src/installer/main.c b/src/installer/main.c index e5da6ec9ba..513ebf41a2 100644 --- a/src/installer/main.c +++ b/src/installer/main.c @@ -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); }