From 77192e97b91cf58ed16a1f2fe69c3e4c17597a29 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 16 Sep 2014 20:45:50 +0200 Subject: [PATCH] installer: Fix typo You -> Your Reported-by: https://www.transifex.com/accounts/profile/luX78/ --- src/installer/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2