]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
Change all single quotes to double quotes in strings.
[chaz/openbox] / openbox / mouse.c
index f2e13cdf28b54fabb1f6adcaf17a4c6e955bd94a..857f6d09e61942b86127edf5e5d85c873fa1773e 100644 (file)
@@ -376,13 +376,13 @@ gboolean mouse_bind(const gchar *buttonstr, const gchar *contextstr,
     GSList *it;
 
     if (!translate_button(buttonstr, &state, &button)) {
-        g_message(_("Invalid button '%s' in mouse binding"), buttonstr);
+        g_message(_("Invalid button \"%s\" in mouse binding"), buttonstr);
         return FALSE;
     }
 
     context = frame_context_from_string(contextstr);
     if (!context) {
-        g_message(_("Invalid context '%s' in mouse binding"), contextstr);
+        g_message(_("Invalid context \"%s\" in mouse binding"), contextstr);
         return FALSE;
     }
 
This page took 0.023702 seconds and 4 git commands to generate.