[Xfce4-commits] <thunar-volman:master> Do not make icon names translatable.
Jannis Pohlmann
noreply at xfce.org
Sat Dec 3 14:42:01 CET 2011
Updating branch refs/heads/master
to e74388e73c1f0e1fd4806d17c06c0a10e330c168 (commit)
from 9ed39845464e50104534310aee07eba7073afe24 (commit)
commit e74388e73c1f0e1fd4806d17c06c0a10e330c168
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Sat Dec 3 14:41:39 2011 +0100
Do not make icon names translatable.
thunar-volman/tvm-input-device.c | 8 ++++----
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");
}
More information about the Xfce4-commits
mailing list