Changeset 25934 for titan/titan/system_backup.h
- Timestamp:
- 02/06/14 21:34:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/system_backup.h
r25619 r25934 13 13 char* tmpstr = NULL, *infotext = NULL; 14 14 15 infotext = "Backup to /tmp or /var/backup. If the free memory too small can a usb device will never use.\nThere must be a folder backup.";15 infotext = _("Backup to /tmp or /var/backup. If the free memory too small can a usb device will never use.\nThere must be a folder backup."); 16 16 17 changetext(info, _(infotext));17 changetext(info, infotext); 18 18 changetitle(backup, _("Create Backup")); 19 19
Note: See TracChangeset
for help on using the changeset viewer.