From 6bfcaac46339a035d63364373f44377bc9caf25f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Jan 2004 16:15:06 +0000 Subject: upcase first letter of error messages --- perl-install/standalone/drakfont | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index af8080185..443b5150e 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -208,7 +208,7 @@ sub search_windows_font() { if ($nb_dir) { progress($pbar, 0.25 / $nb_dir, N("parse all fonts")); } else { - err_dialog(N("Error"), N("no fonts found")); + err_dialog(N("Error"), N("No fonts found")); return 0; } } @@ -221,7 +221,7 @@ sub search_windows_font() { if (!@font_list) { print "drakfont:: could not find any font in /win*/fonts \n"; $interactive - and err_dialog(N("Error"), N("could not find any font in your mounted partitions")); + and err_dialog(N("Error"), N("Could not find any font in your mounted partitions")); return 0; } 1; @@ -259,7 +259,7 @@ sub search_dir_font() { interactive_progress($pbar, 0.50 / @install, N("Reselect correct fonts")); } interactive_progress($pbar, 1, N("done")); - !@font_list && $interactive and err_dialog(N("Error"), N("could not find any font.\n")); + !@font_list && $interactive and err_dialog(N("Error"), N("Could not find any font.\n")); } sub search_dir_font_uninstall { -- cgit v1.2.1