[gimp] plug-ins: Refer to 'Windows' as 'Microsoft Windows'



commit 7de8fa5293fabdfc44ce0a1c1e2e8d9ee5e7cf3c
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun May 16 20:28:00 2010 +0200

    plug-ins: Refer to 'Windows' as 'Microsoft Windows'

 plug-ins/common/web-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/web-browser.c b/plug-ins/common/web-browser.c
index 136b544..34fb4be 100644
--- a/plug-ins/common/web-browser.c
+++ b/plug-ins/common/web-browser.c
@@ -172,7 +172,7 @@ browser_open_url (const gchar  *url,
             err = _("A sharing violation occurred.");
             break;
           default :
-            err = _("Unknown Windows error.");
+            err = _("Unknown Microsoft Windows error.");
         }
 
       g_set_error (error, 0, 0, _("Failed to open '%s': %s"), url, err);



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