Ver código fonte

Update translations

Bob Mottram 9 anos atrás
pai
commit
798228bf94
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-backup-local

+ 1
- 1
src/freedombone-backup-local Ver arquivo

@@ -194,7 +194,7 @@ function remove_backup_directory {
194 194
         if [[ $1 == "remove" ]]; then
195 195
             if [ ! -d $USB_MOUNT/backup ]; then
196 196
                 rm -rf $USB_MOUNT/backup
197
-                echo 'Existing backup directory removed'
197
+                echo $'Existing backup directory removed'
198 198
             fi
199 199
         fi
200 200
     fi