summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-run.c
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-07-20 12:25:59 +0200
committerJannis Pohlmann <jannis@xfce.org>2010-07-25 19:42:29 +0200
commitfef3c1273d39bfb04c818d379d43db09a5c0323b (patch)
tree821a80befca5c9874dd391413afad557de5c93cd /thunar-volman/tvm-run.c
parent269de460833d282df34812bbaffc7f8b0dbe67bf (diff)
downloadthunar-volman-fef3c1273d39bfb04c818d379d43db09a5c0323b.tar.gz
Implement autorun support (requires .autorun, autorun or autorun.sh).
This is the first step towards support of the Desktop Application Autostart Specification. The next step is autoopen support.
Diffstat (limited to 'thunar-volman/tvm-run.c')
-rw-r--r--thunar-volman/tvm-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar-volman/tvm-run.c b/thunar-volman/tvm-run.c
index 571047d..112dfa1 100644
--- a/thunar-volman/tvm-run.c
+++ b/thunar-volman/tvm-run.c
@@ -172,7 +172,7 @@ tvm_run_burn_software (TvmContext *context,
if (!autoburn)
{
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
- _("Autoburning of blank CDs/DVDs is disabled"));
+ _("Autoburning of blank CDs and DVDs is disabled"));
return FALSE;
}