Changeset 835 in MondoRescue
- Timestamp:
- Sep 26, 2006, 12:21:21 AM (18 years ago)
- Location:
- trunk/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/common/libmondo-devices.c
r808 r835 1830 1830 } 1831 1831 if (!popup_and_get_string 1832 ( "Prefix.",1833 "Please enter the prefix that will be prepended to your ISO filename. Example: machine1 to obtain machine1-[1-9]*.iso files",1834 bkpinfo->prefix , MAX_STR_LEN / 4)) {1832 (_("Prefix."), 1833 _("Please enter the prefix that will be prepended to your ISO filename. Example: machine1 to obtain machine1-[1-9]*.iso files"), 1834 bkpinfo->prefix)) { 1835 1835 log_to_screen("User has chosen not to backup the PC"); 1836 1836 finish(1); -
trunk/mondo/src/lib/mr_conf.c
r768 r835 31 31 32 32 #include "my-stuff.h" 33 #include "libmondo-tools.h" 33 34 34 35 /* error flags */
Note:
See TracChangeset
for help on using the changeset viewer.