[gnome-control-center] info: Use a context for the "Standard" string
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] info: Use a context for the "Standard" string
- Date: Thu, 17 Feb 2011 18:54:38 +0000 (UTC)
commit 23f2c876722bc34253e7a0a23fcce7acf6f1513a
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 17 18:52:55 2011 +0000
info: Use a context for the "Standard" string
So we can use a different translation for that same word in
the user-accounts panel, and in the info panel.
Also prefix the "Fallback" string the same way.
https://bugzilla.gnome.org/show_bug.cgi?id=642598
panels/info/cc-info-panel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index c8cabe7..b2c7e66 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -782,13 +782,13 @@ info_panel_setup_graphics (CcInfoPanel *self)
{
/* translators: The hardware is not able to run GNOME 3's
* shell, so we use the GNOME "Fallback" session */
- text = g_strdup (_("Fallback"));
+ text = g_strdup (C_("Experience", "Fallback"));
}
else
{
/* translators: The hardware is able to run GNOME 3's
* shell, also called "Standard" experience */
- text = g_strdup (_("Standard"));
+ text = g_strdup (C_("Experience", "Standard"));
}
widget = WID (self->priv->builder, "graphics_experience_label");
gtk_label_set_markup (GTK_LABEL (widget), text ? text : "");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]