gnome-power-manager r3045 - in trunk: . src
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r3045 - in trunk: . src
- Date: Wed, 29 Oct 2008 14:07:57 +0000 (UTC)
Author: matthiasc
Date: Wed Oct 29 14:07:57 2008
New Revision: 3045
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3045&view=rev
Log:
2008-10-29 Matthias Clasen <mclasen redhat com>
Bug 558341 â use C_() instead of Q_() for context in translations
src/gpm-info.c: Use C_() instead of Q_() for context
in translations. String change !
Modified:
trunk/ChangeLog
trunk/src/gpm-info.c
Modified: trunk/src/gpm-info.c
==============================================================================
--- trunk/src/gpm-info.c (original)
+++ trunk/src/gpm-info.c Wed Oct 29 14:07:57 2008
@@ -205,18 +205,15 @@
gpm_statistics_add_event_type (array, GPM_EVENT_SUSPEND,
EGG_COLOR_RED,
GPM_GRAPH_WIDGET_SHAPE_DIAMOND,
- /* Translators: translate ONLY the string part after the |*/
- Q_("label shown on graph|Suspend"));
+ C_("label shown on graph", "Suspend"));
gpm_statistics_add_event_type (array, GPM_EVENT_RESUME,
EGG_COLOR_DARK_RED,
GPM_GRAPH_WIDGET_SHAPE_DIAMOND,
- /* Translators: translate ONLY the string part after the |*/
- Q_("label shown on graph|Resume"));
+ C_("label shown on graph", "Resume"));
gpm_statistics_add_event_type (array, GPM_EVENT_HIBERNATE,
EGG_COLOR_MAGENTA,
GPM_GRAPH_WIDGET_SHAPE_DIAMOND,
- /* Translators: translate ONLY the string part after the |*/
- Q_("label shown on graph|Hibernate"));
+ C_("label shown on graph", "Hibernate"));
gpm_statistics_add_event_type (array, GPM_EVENT_LID_CLOSED,
EGG_COLOR_GREEN,
GPM_GRAPH_WIDGET_SHAPE_TRIANGLE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]