[gnome-power-manager] Fix typo in translator comment



commit dc894fa01fe573a65adebb8c3152535edffb71b4
Author: Tommi Vainikainen <thv iki fi>
Date:   Sun Aug 16 11:23:39 2009 +0300

    Fix typo in translator comment

 src/gpm-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpm-manager.c b/src/gpm-manager.c
index b60d586..c6ccee9 100644
--- a/src/gpm-manager.c
+++ b/src/gpm-manager.c
@@ -1297,7 +1297,7 @@ gpm_manager_sleep_failure_cb (GpmControl *control, GpmControlAction action, GpmM
 	if (!show_sleep_failed)
 		goto out;
 
-	/* TRANSLATORS: window title: there wasa problem putting the machine to sleep */
+	/* TRANSLATORS: window title: there was a problem putting the machine to sleep */
 	title = g_strdup_printf ("%s: %s", GPM_NAME, _("Sleep problem"));
 	if (action == GPM_CONTROL_ACTION_SUSPEND) {
 		/* TRANSLATORS: message text */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]