summaryrefslogtreecommitdiff
path: root/thunar-volman
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2011-12-03 14:41:39 +0100
committerJannis Pohlmann <jannis@xfce.org>2011-12-03 14:41:39 +0100
commite74388e73c1f0e1fd4806d17c06c0a10e330c168 (patch)
treed61e133eb4108bf2874abf9d9253bf028b38a933 /thunar-volman
parent9ed39845464e50104534310aee07eba7073afe24 (diff)
downloadthunar-volman-e74388e73c1f0e1fd4806d17c06c0a10e330c168.tar.gz
Do not make icon names translatable.
Diffstat (limited to 'thunar-volman')
-rw-r--r--thunar-volman/tvm-input-device.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/thunar-volman/tvm-input-device.c b/thunar-volman/tvm-input-device.c
index 6280b6b..71af8ac 100644
--- a/thunar-volman/tvm-input-device.c
+++ b/thunar-volman/tvm-input-device.c
@@ -71,7 +71,7 @@ tvm_input_device_added (TvmContext *context)
enabled_property = "/autokeyboard/enabled";
command_property = "/autokeyboard/command";
- icon = _("input-keyboard");
+ icon = "input-keyboard";
summary = _("Keyboard detected");
message = _("A keyboard was detected");
}
@@ -83,7 +83,7 @@ tvm_input_device_added (TvmContext *context)
enabled_property = "/autotablet/enabled";
command_property = "/autotablet/command";
- icon = _("input-tablet");
+ icon = "input-tablet";
summary = _("Tablet detected");
message = _("A graphics tablet was detected");
}
@@ -97,7 +97,7 @@ tvm_input_device_added (TvmContext *context)
enabled_property = "/autotablet/enabled";
command_property = "/autotablet/command";
- icon = _("input-tablet");
+ icon = "input-tablet";
summary = _("Tablet detected");
message = _("A graphics tablet was detected");
}
@@ -107,7 +107,7 @@ tvm_input_device_added (TvmContext *context)
enabled_property = "/automouse/enabled";
command_property = "/automouse/command";
- icon = _("input-mouse");
+ icon = "input-mouse";
summary = _("Mouse detected");
message = _("A mouse was detected");
}