/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-5.2.0-string-fix.patch
ViewVC logotype

Diff of /rpms/e-smith-base/sme8/e-smith-base-5.2.0-string-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by snetram, Mon Mar 14 11:08:51 2011 UTC Revision 1.2 by snetram, Mon Mar 14 11:17:17 2011 UTC
# Line 6  diff -up e-smith-base-5.2.0/root/usr/lib Line 6  diff -up e-smith-base-5.2.0/root/usr/lib
6          ($rc, $choice) = $console->message_page          ($rc, $choice) = $console->message_page
7              (              (
8  -            title   => gettext("Write enabled backup medium not found"),  -            title   => gettext("Write enabled backup medium not found"),
9  +            title   => gettext("Writeable backup medium not found"),  +            title   => gettext("Writable backup medium not found"),
10               right => gettext("Back"),               right => gettext("Back"),
11               text =>               text =>
12  -            gettext("No removable and write enabled media or device found"),  -            gettext("No removable and write enabled media or device found"),
13  +            gettext("No removable and/or writeable media or device found"),  +            gettext("No removable and/or writable media or device found"),
14              );              );
15          goto INITIATE_BACKUP;          goto INITIATE_BACKUP;
16       }       }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed