[gnome-applets] Fix minor typos
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] Fix minor typos
- Date: Wed, 8 Oct 2014 15:18:47 +0000 (UTC)
commit 5036c797d3390732671b9db9d1171e5255fb6c43
Author: Piotr Drąg <piotrdrag gmail com>
Date: Wed Oct 8 17:15:32 2014 +0200
Fix minor typos
windowpicker/src/applet.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/windowpicker/src/applet.c b/windowpicker/src/applet.c
index 435e724..dae0d29 100644
--- a/windowpicker/src/applet.c
+++ b/windowpicker/src/applet.c
@@ -253,7 +253,7 @@ display_prefs_dialog (GtkAction *action,
gtk_grid_attach (GTK_GRID (grid), check, 0, ++i, 1, 1);
check = prepareCheckBox (windowPickerApplet, _("Show the home title and\n"
- "logout icon, when on the desktop"),
+ "log out icon when on the desktop"),
KEY_SHOW_HOME_TITLE);
gtk_grid_attach (GTK_GRID (grid), check, 0, ++i, 1, 1);
@@ -261,7 +261,7 @@ display_prefs_dialog (GtkAction *action,
KEY_SHOW_APPLICATION_TITLE);
gtk_grid_attach (GTK_GRID (grid), check, 0, ++i, 1, 1);
- check = prepareCheckBox (windowPickerApplet, _("Grey out non active window icons"), KEY_ICONS_GREYSCALE);
+ check = prepareCheckBox (windowPickerApplet, _("Grey out non-active window icons"), KEY_ICONS_GREYSCALE);
gtk_grid_attach (GTK_GRID (grid), check, 0, ++i, 1, 1);
check = prepareCheckBox (windowPickerApplet, _("Automatically expand task list to use full space"),
KEY_EXPAND_TASK_LIST);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]