diff --git a/plugins/volume_automount/volume_automount.cs b/plugins/volume_automount/volume_automount.cs index 07fe1fa..ea098bb 100644 --- a/plugins/volume_automount/volume_automount.cs +++ b/plugins/volume_automount/volume_automount.cs @@ -1,9 +1,13 @@ - + +
+ + @@ -22,4 +26,5 @@ +
diff --git a/plugins/volume_chpasswd/language.hdf b/plugins/volume_chpasswd/language.hdf index 705bd99..777042e 100644 --- a/plugins/volume_chpasswd/language.hdf +++ b/plugins/volume_chpasswd/language.hdf @@ -11,7 +11,7 @@ Button { } -Help.Password = You can change the password of an encrypted volume easily. Just enter the current password and type the new password twice. No data will get lost. +Help.Password = You can easily change the password of an encrypted volume. Just enter the current password and type your new password twice. No data will get lost. AdviceMessage { diff --git a/plugins/volume_chpasswd/volume_chpasswd.cs b/plugins/volume_chpasswd/volume_chpasswd.cs index f38b697..8795e6c 100644 --- a/plugins/volume_chpasswd/volume_chpasswd.cs +++ b/plugins/volume_chpasswd/volume_chpasswd.cs @@ -1,9 +1,12 @@ -<>> + +
+ + @@ -34,4 +37,5 @@ +
diff --git a/plugins/volume_mount/volume_mount.cs b/plugins/volume_mount/volume_mount.cs index b8eefb5..5cea8db 100644 --- a/plugins/volume_mount/volume_mount.cs +++ b/plugins/volume_mount/volume_mount.cs @@ -4,12 +4,12 @@ -
- + + + -

@@ -34,4 +34,5 @@

+
diff --git a/plugins/volume_mount/volume_umount.cs b/plugins/volume_mount/volume_umount.cs index 853561b..a7d8e53 100644 --- a/plugins/volume_mount/volume_umount.cs +++ b/plugins/volume_mount/volume_umount.cs @@ -1,11 +1,10 @@ -
- - - +
+ + diff --git a/plugins/volume_props/volume_properties.cs b/plugins/volume_props/volume_properties.cs index 345acd1..0c02b96 100644 --- a/plugins/volume_props/volume_properties.cs +++ b/plugins/volume_props/volume_properties.cs @@ -1,6 +1,6 @@ -

+ diff --git a/plugins/volume_props/volume_props.py b/plugins/volume_props/volume_props.py index e3d63b8..5e36e5a 100644 --- a/plugins/volume_props/volume_props.py +++ b/plugins/volume_props/volume_props.py @@ -53,7 +53,8 @@ class volume_props(cryptobox.plugins.base.CryptoBoxPlugin): p.device = self.device plfname = os.path.join(p.plugin_dir, str(p.do_action(**args)) + ".cs") #load_string += "
" \ - load_string += "
" \ + #load_string += "
" \ + load_string += "" \ % plfname ## this is a little bit ugly: as it is not possible, to load cs files via ## 'linclude' (see clearsilver doc) if they use previously defined macros diff --git a/plugins/volume_rename/language.hdf b/plugins/volume_rename/language.hdf index 5c15758..2d117bd 100644 --- a/plugins/volume_rename/language.hdf +++ b/plugins/volume_rename/language.hdf @@ -2,7 +2,7 @@ Name = Rename volume Link = Rename Title { - ChangeVolumeName = Change the name of this volume + ChangeVolumeName = Rename } diff --git a/plugins/volume_rename/volume_rename.cs b/plugins/volume_rename/volume_rename.cs index c0f9600..f538b14 100644 --- a/plugins/volume_rename/volume_rename.cs +++ b/plugins/volume_rename/volume_rename.cs @@ -1,9 +1,10 @@ - - -<>> + +
+ + @@ -27,4 +28,5 @@ +